This commit is contained in:
2026-04-15 15:19:28 +08:00
commit 03229f23d4
159 changed files with 12538 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
__toolchains_windows_x64 = {
"msvc",
"yasm",
"nasm",
"cuda",
"rust",
"swift",
"go",
"gfortran",
"fpc"
},
__toolchains_windows_x64_host = {
"msvc",
"yasm",
"nasm",
"cuda",
"rust",
"swift",
"go",
"gfortran",
"fpc"
},
arch = "x64",
builddir = "build",
ccache = true,
clean = true,
host = "windows",
kind = "static",
mode = "release",
ndk_stdcxx = true,
network = "public",
plat = "windows",
proxy = "http://127.0.0.1:7897",
proxy_pac = "pac.lua",
theme = "default",
vs = "2022"
}