| 1234567891011121314151617181920212223242526272829303132 |
- {
- __toolchains_windows_x64 = {
- "msvc",
- "yasm",
- "nasm",
- "cuda",
- "rust",
- "swift",
- "go",
- "gfortran",
- "fpc"
- },
- arch = "x64",
- buildir = "build",
- ccache = true,
- clean = true,
- enable_examples = false,
- enable_tests = true,
- host = "windows",
- kind = "static",
- mode = "release",
- ndk_stdcxx = true,
- network = "public",
- pkg_cachedir = "H:/.xmake/cache",
- pkg_installdir = "H:/.xmake/packages",
- pkg_searchdirs = "H:/.xmake/packages",
- plat = "windows",
- proxy = "http://192.168.3.28:20171",
- proxy_pac = "pac.lua",
- theme = "default",
- vs = "2022"
- }
|