main
黄海 1 year ago
parent c85bea0aaf
commit 402da51914

@ -1,25 +1,25 @@
{ {
"configurations": [ "configurations": [
{ {
"name": "Win32", "name": "Win32",
"compilerArgs": [ "compilerArgs": [
"-fexec-charset=GBK" "-fexec-charset=GBK"
], ],
"includePath": [ "includePath": [
"${workspaceFolder}/**", "${workspaceFolder}/**",
"C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/10.3.0/**", "C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/10.3.0/**",
"C:/TDM-GCC-64/x86_64-w64-mingw32/include/**" "C:/TDM-GCC-64/x86_64-w64-mingw32/include/**"
], ],
"defines": [ "defines": [
"_DEBUG", "_DEBUG",
"UNICODE", "UNICODE",
"_UNICODE" "_UNICODE"
], ],
"compilerPath": "C:/TDM-GCC-64/bin/gcc.exe", "compilerPath": "C:/TDM-GCC-64/bin/gcc.exe",
"cStandard": "c11", "cStandard": "c11",
"cppStandard": "c++17", "cppStandard": "c++17",
"intelliSenseMode": "gcc-x64" "intelliSenseMode": "gcc-x64"
} }
], ],
"version": 4 "version": 4
} }
Loading…
Cancel
Save