mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
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:
parent
43f4d10461
commit
84c165a0af
4 changed files with 418 additions and 12 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue