adding option for compiling to swf 9, ignoring all generated dirs

This commit is contained in:
Dan Buch 2010-03-01 12:49:32 -05:00
parent 099ac36cbe
commit 0544f8f674
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

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

View File

@ -13,6 +13,11 @@ ifdef DEBUG
else
MXMLC_FLAGS ?= -warnings -strict
endif
ifdef OLD
MXMLC_FLAGS += -target-player 9.0.0
endif
MXMLC_FLAGS += -l+=$(HOME)/.local/share/flexunit