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 | bump pokemontools to support makefile changes (diff) | |
| download | pokeyellow-120ba9664992cada4781e4d524304e4499e9083f.tar.gz pokeyellow-120ba9664992cada4781e4d524304e4499e9083f.tar.xz pokeyellow-120ba9664992cada4781e4d524304e4499e9083f.zip | |
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 |
