OSDN Git Service

checking concistancy and fade.exe remade!
[proj16/16.git] / .vscode / c_cpp_properties.json
1 {
2     "configurations": [
3         {
4             "name": "Linux",
5             "includePath": [
6                 "${workspaceFolder}/**"
7             ],
8             "defines": [],
9             "compilerPath": "/usr/bin/gcc",
10             "cStandard": "gnu17",
11             "cppStandard": "gnu++14",
12             "intelliSenseMode": "linux-gcc-x64"
13         },
14         {
15             "name": "open watcom 2.0",
16             "includePath": [
17                 "${workspaceFolder}/**",
18                 "/dos/fdos/watcom2/h/**"
19             ],
20             "defines": [],
21             "compilerPath": "/dos/fdos/watcom2/binl/wcl",
22             "cStandard": "c89",
23             "cppStandard": "c++98",
24             "intelliSenseMode": "${default}",
25             "compilerArgs": [
26                 "-0"
27             ]
28         }
29     ],
30     "version": 4
31 }