Add delink POSIX script

Also reworked the directory structure a little.
This commit is contained in:
KeybadeBlox 2025-12-14 22:53:33 -05:00
parent 7e1785e466
commit fe20d64d27
14 changed files with 81 additions and 14 deletions

View file

@ -1,22 +0,0 @@
{
"custom_make": "NMAKE.EXE",
"watch_patterns": [
"*.cpp",
"*.hpp"
],
"units": [
{
"name": "Jet2",
"target_path": "target/Jet2.obj",
"base_path": "src/Jet2.obj",
"complete": true,
"metadata": {
"source_path": "src/Jet2.cpp"
},
"symbol_mappings": {
"FUN_00187710": "$L514",
"FUN_0018771b": "$L522"
}
}
]
}