mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-10 08:58:48 +00:00
20 lines
526 B
JSON
20 lines
526 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"compilerPath": "C:/Program Files/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/bin/g++.exe",
|
||
|
"cStandard": "c89",
|
||
|
"cppStandard": "c++11",
|
||
|
"intelliSenseMode": "gcc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|