making custom version of 03g1-debugging with unit test stuff (I think?)

This commit is contained in:
Dan Buch
2010-02-23 20:11:14 -05:00
parent 2333135720
commit 948d15ad6b
5 changed files with 74 additions and 0 deletions

View File

@@ -7,11 +7,13 @@
# make MXMLC=/path/to/my/mxmlc
MXMLC ?= mxmlc
COMPC ?= compc
ifdef DEBUG
MXMLC_FLAGS ?= -warnings -strict -debug -keep-generated-actionscript
else
MXMLC_FLAGS ?= -warnings -strict
endif
MXMLC_FLAGS += -l+=$(HOME)/.local/share/flexunit
# define all dependency mxml paths and their swf path targets