mirror of
https://github.com/encounter/bfbb.git
synced 2026-07-09 18:19:36 -07:00
23 lines
526 B
JSON
23 lines
526 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"defines": ["GAMECUBE"],
|
|
"includePath": [
|
|
"${workspaceFolder}/include/**",
|
|
"${workspaceFolder}/src/**"
|
|
],
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++98",
|
|
"intelliSenseMode": "linux-clang-x86",
|
|
"compilerPath": "",
|
|
"configurationProvider": "ms-vscode.makefile-tools",
|
|
"browse": {
|
|
"path": ["${workspaceFolder}/include"],
|
|
"limitSymbolsToIncludedHeaders": false
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|