adding flag for keeping generated as

This commit is contained in:
Dan Buch 2010-02-22 23:23:35 -05:00
parent 62930ec4f2
commit 595bdfd7a3
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.swf
*.swc
*.swf.cache
*/generated

View File

@ -8,9 +8,9 @@
MXMLC ?= mxmlc
COMPC ?= compc
ifdef DEBUG
MXMLC_FLAGS ?= -warnings -debug -incremental -strict
MXMLC_FLAGS ?= -warnings -strict -debug -keep-generated-actionscript
else
MXMLC_FLAGS ?= -warnings
MXMLC_FLAGS ?= -warnings -strict
endif