diff options
| author | yenatch <yenatch@gmail.com> | 2013-12-06 22:40:46 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2013-12-07 20:01:50 -0500 |
| commit | 120ba9664992cada4781e4d524304e4499e9083f (patch) | |
| tree | 93dbfcf49a5835d5708c6b6a58c608e60297d773 /.gitignore | |
| parent | bacc4594c0772dab004e4f97e21529a523918a89 (diff) | |
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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# global label defs are generated +globals.asm + # precompiled python *.pyc |
