including project dir in library path
This commit is contained in:
2
Makefile
2
Makefile
@@ -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,
|
||||
|
Reference in New Issue
Block a user