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 *.swf
*.swc *.swc
*.swf.cache *.swf.cache
*/generated

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

Loading…
Cancel
Save