more fixups to mktargets.py and build options, adding example for 03g1

This commit is contained in:
Dan Buch
2010-02-22 23:16:04 -05:00
parent 3a160b9ea6
commit 62930ec4f2
5 changed files with 78 additions and 50 deletions

View File

@@ -7,6 +7,11 @@
# make MXMLC=/path/to/my/mxmlc
MXMLC ?= mxmlc
COMPC ?= compc
ifdef DEBUG
MXMLC_FLAGS ?= -warnings -debug -incremental -strict
else
MXMLC_FLAGS ?= -warnings
endif
# define all dependency mxml paths and their swf path targets