adding flag for keeping generated as

cat-town
Dan Buch 15 years ago
parent 62930ec4f2
commit 595bdfd7a3

1
.gitignore vendored

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

@ -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

Loading…
Cancel
Save