21 lines
607 B
JSON
21 lines
607 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"c:\\Program Files (x86)\\Dev-Cpp\\MinGW32\\include\\**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"cStandard": "gnu89",
|
|
"cppStandard": "gnu++98",
|
|
"intelliSenseMode": "windows-gcc-x86",
|
|
"compilerPath": "c:\\Program Files (x86)\\Dev-Cpp\\MinGW32\\bin\\gcc.exe"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |