22 lines
648 B
JSON
Executable File
22 lines
648 B
JSON
Executable File
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"C:/dev/wxWidgets/include/**"
|
|
//"C:/dev/wxWidgets/include/wx/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": "C:\\Program Files (x86)\\mingw-w64\\i686-8.1.0-posix-dwarf-rt_v6-rev0\\mingw32\\bin\\gcc.exe",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "windows-gcc-x86"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |