first commit

This commit is contained in:
liyp
2025-12-24 15:26:06 +08:00
commit a7eb3fb3d9
756 changed files with 189958 additions and 0 deletions

38
.xmake/windows/x64/cache/toolchain vendored Normal file
View File

@@ -0,0 +1,38 @@
{
tool_target_UniversalCanCore_windows_x64_ld = {
program = "c:/applications/program custom/msys2/mingw64/bin/g++.exe",
toolchain_info = {
cachekey = "mingw64_arch_x64_plat_windows",
plat = "windows",
name = "mingw64",
arch = "x64"
},
toolname = "gxx"
},
mingw64_arch_x64_plat_windows = {
__global = true,
plat = "windows",
arch = "x64",
__checked = true
},
tool_target_UniversalCanCore_windows_x64_cxx = {
program = "c:/applications/program custom/msys2/mingw64/bin/g++.exe",
toolchain_info = {
cachekey = "mingw64_arch_x64_plat_windows",
plat = "windows",
name = "mingw64",
arch = "x64"
},
toolname = "gxx"
},
tool_target_UniversalCanCore_windows_x64_cc = {
program = "c:/applications/program custom/msys2/mingw64/bin/gcc.exe",
toolchain_info = {
cachekey = "mingw64_arch_x64_plat_windows",
plat = "windows",
name = "mingw64",
arch = "x64"
},
toolname = "gcc"
}
}