including project dir in library path

cat-town
Dan Buch 15 years ago
parent 62ab91db37
commit 1c244553af

@ -22,7 +22,7 @@ SWCS = $(patsubst %.as,%.swc,$(wildcard com/ag/*.as))
# define an implicit build rule for any file matching %.swf,
# using the $< (input) and $@ (output) automatic variables
%.swf : %.mxml
$(MXMLC) $< -warnings -l+=./com/ag -output $@
$(MXMLC) $< -warnings -l+=./com/ag -l+=$(dir $<) -output $@
# define an implicit build rule for any file matching %.swc,

Loading…
Cancel
Save