23 lines
669 B
JSON
23 lines
669 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"C:\\Users\\Daniel\\Documents\\Projects\\i686-w64-mingw32\\include\\SDL2"
|
||
|
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"windowsSdkVersion": "10.0.14393.0",
|
||
|
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "msvc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|