0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 22:08:47 +00:00

Add Portable C++ Properties Version

This commit is contained in:
Baoshuo Ren 2021-07-07 08:38:48 +08:00 committed by Baoshuo Ren
parent b6bc33385e
commit e1c2bc3a9e
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -15,6 +15,21 @@
"cppStandard": "c++11",
"intelliSenseMode": "gcc-x64"
},
{
"name": "Win32_Portable",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "/Applications/mingw64/bin/g++.exe",
"cStandard": "c89",
"cppStandard": "c++11",
"intelliSenseMode": "gcc-x64"
},
{
"name": "Linux",
"includePath": [