mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-06-02 17:48:35 -04:00
22 lines
497 B
JSON
22 lines
497 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "MIPS3-DEBUG",
|
|
"configurationType": "Debug",
|
|
"generator": "Unix Makefiles",
|
|
"includePath": [
|
|
"${env.INCLUDE}",
|
|
"${workspaceRoot}\\**",
|
|
""
|
|
],
|
|
"wslPath": "${defaultWSLPath}",
|
|
"defines": [
|
|
"TRI4_Ext",
|
|
"DEBUG"
|
|
]
|
|
//"compilerPath": "/usr/",
|
|
}
|
|
|
|
]
|
|
}
|