Complete basic build process

We now have generation of an import library for linking against the Xbox
kernel, linking together an .exe, and converting it to an .xbe via cxbe.
Some further development of tooling aside (including filling in some
features in cxbe to better match the original JSRF executable), all that
remains now is to write decompiled code.
This commit is contained in:
KeybadeBlox 2026-02-14 23:05:32 -05:00
parent 43f4d10461
commit 84c165a0af
4 changed files with 418 additions and 12 deletions

8
.gitignore vendored
View file

@ -1,2 +1,10 @@
# The actual built game, optimistically
*.exe
*.xbe
# Can't distribute objects pulled from the JSRF executable
*.obj
# Other build artifacts
*.lib
*.exp