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:
yenatch 2013-12-06 22:40:46 -05:00
parent bacc4594c0
commit 120ba96649
4 changed files with 74 additions and 19 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# global label defs are generated
globals.asm
# precompiled python
*.pyc