mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-09-07 18:50:38 -04:00
Everybody loves a good yearly or so update
This commit is contained in:
+235
-201
@@ -1,203 +1,237 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "MIPS2-DEBUG",
|
||||
"configurationType": "Debug",
|
||||
"generator": "Unix Makefiles",
|
||||
"compilerPath": "",
|
||||
"cStandard": "c89",
|
||||
"includePath": [ /*INCLUDE := -I . -I include -I include/ultra64 -I include/PR -I src -I src/game -I src/inflate*/
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}\\include",
|
||||
"${workspaceRoot}\\src",
|
||||
"${workspaceRoot}\\src\\game",
|
||||
"${workspaceRoot}\\src\\inflate"
|
||||
],
|
||||
"defines": [
|
||||
"DEBUG",
|
||||
"TRI4_Ext",
|
||||
"VERSION_US",
|
||||
"TARGET_N64", /* IDO 5.3 Defs below */
|
||||
"_MIPS_FPSET=16",
|
||||
"_MIPS_ISA=2",
|
||||
"_ABIO32=1",
|
||||
"_MIPS_SIM=_ABIO32",
|
||||
"_MIPS_SZINT=32",
|
||||
"_MIPS_SZLONG=32",
|
||||
"_MIPS_SZPTR=32",
|
||||
"__EXTENSIONS__",
|
||||
"LANGUAGE_C",
|
||||
"_LANGUAGE_C",
|
||||
"__INLINE_INTRINSICS",
|
||||
"sgi",
|
||||
"__sgi",
|
||||
"unix",
|
||||
"mips",
|
||||
"host_mips",
|
||||
"__unix",
|
||||
"__host_mips",
|
||||
"_SVR4_SOURCE",
|
||||
"_MODERN_C",
|
||||
"_SGI_SOURCE",
|
||||
"__DSO__",
|
||||
"SYSTYPE_SVR4",
|
||||
"_SYSTYPE_SVR4",
|
||||
"_LONGLONG",
|
||||
"__mips=2",
|
||||
"_MIPSEB",
|
||||
"MIPSEB",
|
||||
"__STDC__=1"
|
||||
],
|
||||
"undefines": [ "__cplusplus" ]
|
||||
},
|
||||
{
|
||||
"name": "MIPS2-FINAL US",
|
||||
"configurationType": "Release",
|
||||
"generator": "Unix Makefiles",
|
||||
"cStandard": "c89",
|
||||
"includePath": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}\\include",
|
||||
"${workspaceRoot}\\src",
|
||||
"${workspaceRoot}\\src\\game",
|
||||
"${workspaceRoot}\\src\\inflate"
|
||||
],
|
||||
"defines": [
|
||||
"TRI4_Ext",
|
||||
"VERSION_US",
|
||||
"TARGET_N64", /* IDO 5.3 Defs below */
|
||||
|
||||
"_MIPS_FPSET=16",
|
||||
"_MIPS_ISA=2",
|
||||
"_ABIO32=1",
|
||||
"_MIPS_SIM=_ABIO32",
|
||||
"_MIPS_SZINT=32",
|
||||
"_MIPS_SZLONG=32",
|
||||
"_MIPS_SZPTR=32",
|
||||
"__EXTENSIONS__",
|
||||
"LANGUAGE_C",
|
||||
"_LANGUAGE_C",
|
||||
"__INLINE_INTRINSICS",
|
||||
"sgi",
|
||||
"__sgi",
|
||||
"unix",
|
||||
"mips",
|
||||
"host_mips",
|
||||
"__unix",
|
||||
"__host_mips",
|
||||
"_SVR4_SOURCE",
|
||||
"_MODERN_C",
|
||||
"_SGI_SOURCE",
|
||||
"__DSO__",
|
||||
"SYSTYPE_SVR4",
|
||||
"_SYSTYPE_SVR4",
|
||||
"_LONGLONG",
|
||||
"__mips=2",
|
||||
"_MIPSEB",
|
||||
"MIPSEB",
|
||||
"__STDC__=1"
|
||||
],
|
||||
"undefines": [ "__cplusplus" ]
|
||||
},
|
||||
{
|
||||
"name": "LibUltra-Debug",
|
||||
"configurationType": "Release",
|
||||
"generator": "Unix Makefiles",
|
||||
"cStandard": "c89",
|
||||
"includePath": [/*include -I include/PR -I src/libultra*/
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}\\include",
|
||||
"${workspaceRoot}\\include\\PR",
|
||||
"${workspaceRoot}\\src\\libultrare",
|
||||
"${workspaceRoot}\\src\\libultra"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"TRI4_Ext",
|
||||
"VERSION_US",
|
||||
"TARGET_N64", /* IDO 5.3 Defs below */
|
||||
|
||||
"_MIPS_FPSET=16",
|
||||
"_MIPS_ISA=2",
|
||||
"_ABIO32=1",
|
||||
"_MIPS_SIM=_ABIO32",
|
||||
"_MIPS_SZINT=32",
|
||||
"_MIPS_SZLONG=32",
|
||||
"_MIPS_SZPTR=32",
|
||||
"__EXTENSIONS__",
|
||||
"LANGUAGE_C",
|
||||
"_LANGUAGE_C",
|
||||
"__INLINE_INTRINSICS",
|
||||
"sgi",
|
||||
"__sgi",
|
||||
"unix",
|
||||
"mips",
|
||||
"host_mips",
|
||||
"__unix",
|
||||
"__host_mips",
|
||||
"_SVR4_SOURCE",
|
||||
"_MODERN_C",
|
||||
"_SGI_SOURCE",
|
||||
"__DSO__",
|
||||
"SYSTYPE_SVR4",
|
||||
"_SYSTYPE_SVR4",
|
||||
"_LONGLONG",
|
||||
"__mips=2",
|
||||
"_MIPSEB",
|
||||
"MIPSEB",
|
||||
"__STDC__=1"
|
||||
],
|
||||
"undefines": [ "__cplusplus" ]
|
||||
},
|
||||
{
|
||||
"name": "LibUltra-FINAL",
|
||||
"configurationType": "Release",
|
||||
"generator": "Unix Makefiles",
|
||||
"cStandard": "c89",
|
||||
"includePath": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}\\include",
|
||||
"${workspaceRoot}\\include\\PR",
|
||||
"${workspaceRoot}\\src\\libultrare",
|
||||
"${workspaceRoot}\\src\\libultra"
|
||||
],
|
||||
"defines": [
|
||||
"_FINALROM",
|
||||
"TRI4_Ext",
|
||||
"VERSION_US",
|
||||
"TARGET_N64",/* IDO 5.3 Defs below */
|
||||
|
||||
"_MIPS_FPSET=16",
|
||||
"_MIPS_ISA=2",
|
||||
"_ABIO32=1",
|
||||
"_MIPS_SIM=_ABIO32",
|
||||
"_MIPS_SZINT=32",
|
||||
"_MIPS_SZLONG=32",
|
||||
"_MIPS_SZPTR=32",
|
||||
"__EXTENSIONS__",
|
||||
"LANGUAGE_C",
|
||||
"_LANGUAGE_C",
|
||||
"__INLINE_INTRINSICS",
|
||||
"sgi",
|
||||
"__sgi",
|
||||
"unix",
|
||||
"mips",
|
||||
"host_mips",
|
||||
"__unix",
|
||||
"__host_mips",
|
||||
"_SVR4_SOURCE",
|
||||
"_MODERN_C",
|
||||
"_SGI_SOURCE",
|
||||
"__DSO__",
|
||||
"SYSTYPE_SVR4",
|
||||
"_SYSTYPE_SVR4",
|
||||
"_LONGLONG",
|
||||
"__mips=2",
|
||||
"_MIPSEB",
|
||||
"MIPSEB",
|
||||
"__STDC__=1"
|
||||
],
|
||||
"undefines": [ "__cplusplus" ]
|
||||
}
|
||||
]
|
||||
"configurations": [
|
||||
{
|
||||
"name": "MIPS2-DEBUG",
|
||||
"configurationType": "Debug",
|
||||
"generator": "Unix Makefiles",
|
||||
"compilerPath": "",
|
||||
"compilerSwitches": "-Wab,-r4300_mul -non_shared -Olimit 2000 -G 0 -Xcpluscomm -mips2 -32",
|
||||
"cStandard": "c89",
|
||||
"includePath": [
|
||||
"\\\\wsl.localhost\\Ubuntu\\usr\\include"
|
||||
/*INCLUDE := -I . -I include -I include/ultra64 -I include/PR -I src -I src/game -I src/inflate*/,
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}\\include",
|
||||
"${workspaceRoot}\\src",
|
||||
"${workspaceRoot}\\src\\game",
|
||||
"${workspaceRoot}\\src\\inflate"
|
||||
],
|
||||
"intelliSenseMode": "linux-gcc-x86",
|
||||
"defines": [
|
||||
"DEBUG",
|
||||
"TRI4_Ext",
|
||||
"VERSION_US",
|
||||
"TARGET_N64",
|
||||
"OUTCODE=u",
|
||||
"LANG_US",
|
||||
"REFRESH_NTSC",
|
||||
"LEFTOVERDEBUG",
|
||||
"LEFTOVERSPECTRUM",
|
||||
"BUGFIX_R0",
|
||||
"BYTEMATCH"
|
||||
/* IDO 5.3 Defs below */,
|
||||
"_MIPS_FPSET=16",
|
||||
"_MIPS_ISA=2",
|
||||
"_ABIO32=1",
|
||||
"_MIPS_SIM=_ABIO32",
|
||||
"_MIPS_SZINT=32",
|
||||
"_MIPS_SZLONG=32",
|
||||
"_MIPS_SZPTR=32",
|
||||
"__EXTENSIONS__",
|
||||
"LANGUAGE_C",
|
||||
"_LANGUAGE_C",
|
||||
"__INLINE_INTRINSICS",
|
||||
"sgi",
|
||||
"__sgi",
|
||||
"unix",
|
||||
"mips",
|
||||
"host_mips",
|
||||
"__unix",
|
||||
"__host_mips",
|
||||
"_SVR4_SOURCE",
|
||||
"_MODERN_C",
|
||||
"_SGI_SOURCE",
|
||||
"__DSO__",
|
||||
"SYSTYPE_SVR4",
|
||||
"_SYSTYPE_SVR4",
|
||||
"_LONGLONG",
|
||||
"__mips=2",
|
||||
"_MIPSEB",
|
||||
"MIPSEB",
|
||||
"__STDC__=1"
|
||||
],
|
||||
"undefines": [
|
||||
"__cplusplus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "MIPS2-FINAL US",
|
||||
"configurationType": "Release",
|
||||
"generator": "Unix Makefiles",
|
||||
"cStandard": "c89",
|
||||
"includePath": [
|
||||
"\\\\wsl.localhost\\Ubuntu\\usr\\include",
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}\\include",
|
||||
"${workspaceRoot}\\src",
|
||||
"${workspaceRoot}\\src\\game",
|
||||
"${workspaceRoot}\\src\\inflate"
|
||||
],
|
||||
"intelliSenseMode": "linux-gcc-x86",
|
||||
"defines": [
|
||||
"TRI4_Ext",
|
||||
"VERSION_US",
|
||||
"TARGET_N64",
|
||||
"OUTCODE=u",
|
||||
"LANG_US",
|
||||
"REFRESH_NTSC",
|
||||
"LEFTOVERDEBUG",
|
||||
"LEFTOVERSPECTRUM",
|
||||
"BUGFIX_R0",
|
||||
"BYTEMATCH"
|
||||
/* IDO 5.3 Defs below */,
|
||||
"_MIPS_FPSET=16",
|
||||
"_MIPS_ISA=2",
|
||||
"_ABIO32=1",
|
||||
"_MIPS_SIM=_ABIO32",
|
||||
"_MIPS_SZINT=32",
|
||||
"_MIPS_SZLONG=32",
|
||||
"_MIPS_SZPTR=32",
|
||||
"__EXTENSIONS__",
|
||||
"LANGUAGE_C",
|
||||
"_LANGUAGE_C",
|
||||
"__INLINE_INTRINSICS",
|
||||
"sgi",
|
||||
"__sgi",
|
||||
"unix",
|
||||
"mips",
|
||||
"host_mips",
|
||||
"__unix",
|
||||
"__host_mips",
|
||||
"_SVR4_SOURCE",
|
||||
"_MODERN_C",
|
||||
"_SGI_SOURCE",
|
||||
"__DSO__",
|
||||
"SYSTYPE_SVR4",
|
||||
"_SYSTYPE_SVR4",
|
||||
"_LONGLONG",
|
||||
"__mips=2",
|
||||
"_MIPSEB",
|
||||
"MIPSEB",
|
||||
"__STDC__=1"
|
||||
],
|
||||
"undefines": [
|
||||
"__cplusplus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "LibUltra-Debug",
|
||||
"configurationType": "Release",
|
||||
"generator": "Unix Makefiles",
|
||||
"cStandard": "c89",
|
||||
"includePath": [
|
||||
"\\\\wsl.localhost\\Ubuntu\\usr\\include"
|
||||
/*include -I include/PR -I src/libultra*/,
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}\\include",
|
||||
"${workspaceRoot}\\include\\PR",
|
||||
"${workspaceRoot}\\src\\libultrare",
|
||||
"${workspaceRoot}\\src\\libultra"
|
||||
],
|
||||
"intelliSenseMode": "linux-gcc-x86",
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"TRI4_Ext",
|
||||
"VERSION_US",
|
||||
"TARGET_N64"
|
||||
/* IDO 5.3 Defs below */,
|
||||
"_MIPS_FPSET=16",
|
||||
"_MIPS_ISA=2",
|
||||
"_ABIO32=1",
|
||||
"_MIPS_SIM=_ABIO32",
|
||||
"_MIPS_SZINT=32",
|
||||
"_MIPS_SZLONG=32",
|
||||
"_MIPS_SZPTR=32",
|
||||
"__EXTENSIONS__",
|
||||
"LANGUAGE_C",
|
||||
"_LANGUAGE_C",
|
||||
"__INLINE_INTRINSICS",
|
||||
"sgi",
|
||||
"__sgi",
|
||||
"unix",
|
||||
"mips",
|
||||
"host_mips",
|
||||
"__unix",
|
||||
"__host_mips",
|
||||
"_SVR4_SOURCE",
|
||||
"_MODERN_C",
|
||||
"_SGI_SOURCE",
|
||||
"__DSO__",
|
||||
"SYSTYPE_SVR4",
|
||||
"_SYSTYPE_SVR4",
|
||||
"_LONGLONG",
|
||||
"__mips=2",
|
||||
"_MIPSEB",
|
||||
"MIPSEB",
|
||||
"__STDC__=1"
|
||||
],
|
||||
"undefines": [
|
||||
"__cplusplus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "LibUltra-FINAL",
|
||||
"configurationType": "Release",
|
||||
"generator": "Unix Makefiles",
|
||||
"cStandard": "c89",
|
||||
"includePath": [
|
||||
"\\\\wsl.localhost\\Ubuntu\\usr\\include",
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}\\include",
|
||||
"${workspaceRoot}\\include\\PR",
|
||||
"${workspaceRoot}\\src\\libultrare",
|
||||
"${workspaceRoot}\\src\\libultra"
|
||||
],
|
||||
"intelliSenseMode": "linux-gcc-x86",
|
||||
"defines": [
|
||||
"_FINALROM",
|
||||
"TRI4_Ext",
|
||||
"VERSION_US",
|
||||
"TARGET_N64"
|
||||
/* IDO 5.3 Defs below */,
|
||||
"_MIPS_FPSET=16",
|
||||
"_MIPS_ISA=2",
|
||||
"_ABIO32=1",
|
||||
"_MIPS_SIM=_ABIO32",
|
||||
"_MIPS_SZINT=32",
|
||||
"_MIPS_SZLONG=32",
|
||||
"_MIPS_SZPTR=32",
|
||||
"__EXTENSIONS__",
|
||||
"LANGUAGE_C",
|
||||
"_LANGUAGE_C",
|
||||
"__INLINE_INTRINSICS",
|
||||
"sgi",
|
||||
"__sgi",
|
||||
"unix",
|
||||
"mips",
|
||||
"host_mips",
|
||||
"__unix",
|
||||
"__host_mips",
|
||||
"_SVR4_SOURCE",
|
||||
"_MODERN_C",
|
||||
"_SGI_SOURCE",
|
||||
"__DSO__",
|
||||
"SYSTYPE_SVR4",
|
||||
"_SYSTYPE_SVR4",
|
||||
"_LONGLONG",
|
||||
"__mips=2",
|
||||
"_MIPSEB",
|
||||
"MIPSEB",
|
||||
"__STDC__=1"
|
||||
],
|
||||
"undefines": [
|
||||
"__cplusplus"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user