You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/include/n64/**",
|
|
"${workspaceFolder}/include/**",
|
|
"${workspaceFolder}/textures/**",
|
|
"${workspaceFolder}/build/us_n64/**",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"forcedInclude": [
|
|
"${workspaceFolder}/include/types.h",
|
|
"${workspaceFolder}/include/n64/ultra64.h",
|
|
"${workspaceFolder}/include/sm64.h",
|
|
"${workspaceFolder}/include/config.h",
|
|
"${workspaceFolder}/include/make_const_nonconst.h",
|
|
"${workspaceFolder}/include/geo_commands.h",
|
|
"${workspaceFolder}/include/level_commands.h",
|
|
"${workspaceFolder}/include/segment_symbols.h",
|
|
"${workspaceFolder}/include/command_macros_base.h",
|
|
"${workspaceFolder}/include/object_constants.h"
|
|
],
|
|
"defines": [
|
|
"TARGET_N64=1",
|
|
"VERSION_US=1",
|
|
"F3DEX_GBI_2=1",
|
|
"F3DZEX_NON_GBI_2=1",
|
|
"F3DEX_GBI_SHARED=1"
|
|
],
|
|
"compilerPath": "/usr/bin/mips-linux-gnu-gcc",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|