make path to Makefile.pdlibbuilder settable in the example
i *really* want to encourage people to use a settable path. it makes packaging a *lot* easier if it is possible to use an upgraded Makefile.pdlibbuilder
This commit is contained in:
parent
85b7a71d69
commit
cba03bac01
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ Makefile.pdlibbuilder at the end of the Makefile. Like so:
|
||||||
|
|
||||||
datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENSE.txt
|
datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENSE.txt
|
||||||
|
|
||||||
include Makefile.pdlibbuilder
|
PDLIBBUILDER_DIR=.
|
||||||
|
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
|
||||||
|
|
||||||
|
|
||||||
For files in class.sources it is assumed that class name == source file
|
For files in class.sources it is assumed that class name == source file
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue