adding flag for keeping generated as
This commit is contained in:
parent
62930ec4f2
commit
595bdfd7a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
*.swf
|
*.swf
|
||||||
*.swc
|
*.swc
|
||||||
*.swf.cache
|
*.swf.cache
|
||||||
|
*/generated
|
||||||
|
4
Makefile
4
Makefile
@ -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…
Reference in New Issue
Block a user