mirror of
https://github.com/sonicdcer/sf64.git
synced 2024-12-04 03:01:28 +00:00
df268e3bad
* splits * torch * torch again * headers
27 lines
724 B
JSON
27 lines
724 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"compilerPath": "${default}",
|
|
"compilerArgs": [
|
|
"-m32"
|
|
],
|
|
"intelliSenseMode": "${default}", // Shouldn't matter
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"src",
|
|
"build",
|
|
"include"
|
|
],
|
|
"defines": [
|
|
"_LANGUAGE_C",
|
|
"__sgi",
|
|
"_MIPS_SZLONG=32",
|
|
"F3DEX_GBI"
|
|
],
|
|
"cStandard": "gnu89", // C89 + some GNU extensions from C99 like C++ comments
|
|
"cppStandard": "${default}"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |