including project dir in library path
This commit is contained in:
parent
62ab91db37
commit
1c244553af
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,
|
||||
|
Loading…
Reference in New Issue
Block a user