mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-04-07 04:50:23 +03:00
The test for whether it was defined was failing with an error on platforms where it wasn't defined.
58 lines
No EOL
1.5 KiB
JSON
58 lines
No EOL
1.5 KiB
JSON
{
|
|
"custom_make": "NMAKE.EXE",
|
|
"watch_patterns": [
|
|
"*.c",
|
|
"*.h",
|
|
"*.cpp",
|
|
"*.hpp"
|
|
],
|
|
"units": [
|
|
{
|
|
"name": "JSRF/Jet2",
|
|
"target_path": "target/JSRF/Jet2.obj",
|
|
"base_path": "src/JSRF/Jet2.obj",
|
|
"metadata": {
|
|
"complete": true,
|
|
"source_path": "src/JSRF/Jet2.cpp"
|
|
},
|
|
"symbol_mappings": {
|
|
"?main_funcinfo@@3UEHFuncInfo@@A": "$T1130",
|
|
"?main_handler@@YAXPAUExceptionRecord@@PAKPAXPAUEHDispatcherContext@@@Z": "$L1134",
|
|
"?main_handler_unwind1@@YAXXZ": "$L1126",
|
|
"?main_unwindmap@@3PAUEHUnwindMapEntry@@A": "$T1136",
|
|
"[.rdata-0]": "[.xdata$x-0]"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSRF/Core",
|
|
"target_path": "target/JSRF/Core.obj",
|
|
"base_path": "src/JSRF/Core.obj",
|
|
"metadata": {
|
|
"complete": false,
|
|
"source_path": "src/JSRF/Core.cpp"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSRF/GameData",
|
|
"target_path": "target/JSRF/GameData.obj",
|
|
"base_path": "src/JSRF/GameData.obj",
|
|
"metadata": {
|
|
"complete": false,
|
|
"source_path": "src/JSRF/GameData.cpp"
|
|
},
|
|
"symbol_mappings": {
|
|
"?finalizeGameData@@YAXXZ": "_$E2",
|
|
"?initGameData@@YAXXZ": "_$E1"
|
|
}
|
|
},
|
|
{
|
|
"name": "XDK/Xapi/xapi0",
|
|
"target_path": "target/XDK/Xapi/xapi0.obj",
|
|
"base_path": "src/XDK/Xapi/xapi0.obj",
|
|
"metadata": {
|
|
"complete": true,
|
|
"source_path": "src/XDK/Xapi/xapi0.c"
|
|
}
|
|
}
|
|
]
|
|
} |