update makefile
This commit is contained in:
parent
3274ae0d69
commit
1e32675e2e
4
.gitignore
vendored
4
.gitignore
vendored
@ -7,3 +7,7 @@ vstsdk2.4
|
|||||||
# binaries
|
# binaries
|
||||||
|
|
||||||
*.dll
|
*.dll
|
||||||
|
|
||||||
|
# files
|
||||||
|
|
||||||
|
build/Release64/pdvstdebug.txt
|
@ -3,7 +3,7 @@
|
|||||||
# make PDDIR=<path/to/pd>
|
# make PDDIR=<path/to/pd>
|
||||||
# or you can specify it below:
|
# or you can specify it below:
|
||||||
|
|
||||||
PDDIR=
|
PDDIR=../build/Release64/.pd/
|
||||||
|
|
||||||
WINARCH := $(shell $(CC) -dumpmachine)
|
WINARCH := $(shell $(CC) -dumpmachine)
|
||||||
|
|
||||||
@ -18,3 +18,4 @@ ALL: vstschedlib.c
|
|||||||
-shared -L$(PDDIR)bin -l:pd.dll -o vstschedlib.dll
|
-shared -L$(PDDIR)bin -l:pd.dll -o vstschedlib.dll
|
||||||
strip vstschedlib.dll
|
strip vstschedlib.dll
|
||||||
cp vstschedlib.dll ../build/pd-scheduler$(arch)/vstschedlib.dll
|
cp vstschedlib.dll ../build/pd-scheduler$(arch)/vstschedlib.dll
|
||||||
|
cp vstschedlib.dll ../build/Release64/.pd/bin/vstschedlib.dll
|
Loading…
Reference in New Issue
Block a user