mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
handle preprocessing in one python procress; export asm labels
instead of running a process for each file, one process handles all files rgbasm requires label EXPORT definitions for cross-object compiling. this is handled by globals.asm
This commit is contained in:
parent
bacc4594c0
commit
120ba96649
4 changed files with 74 additions and 19 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
# global label defs are generated
|
||||
globals.asm
|
||||
|
||||
# precompiled python
|
||||
*.pyc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue