first commit

This commit is contained in:
liyp
2025-12-24 17:18:34 +08:00
parent a7eb3fb3d9
commit 0f8ea19850
61 changed files with 765 additions and 156 deletions

View File

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