aboutsummaryrefslogtreecommitdiff
path: root/makefile.darwin
diff options
context:
space:
mode:
authorDavid Plans Casal <pland@users.sourceforge.net>2005-12-12 13:17:40 +0000
committerDavid Plans Casal <pland@users.sourceforge.net>2005-12-12 13:17:40 +0000
commitd42614a2d5b913edbabbb95faac1181911970679 (patch)
treee53c46b4b99f84e895014ee758505c027fd29fdf /makefile.darwin
parent5d4b268cbcc834b30e226da84d1fed9e723b7e85 (diff)
presentation about current state of Frank development
svn path=/trunk/externals/frankenstein/; revision=4195
Diffstat (limited to 'makefile.darwin')
-rwxr-xr-xmakefile.darwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.darwin b/makefile.darwin
index 79914a5..19d1834 100755
--- a/makefile.darwin
+++ b/makefile.darwin
@@ -5,7 +5,7 @@ clean: ; rm -f *.pd_linux *.o *.pd_darwin
# ----------------------- Mac OSX -----------------------
-pd_darwin: chord_melo.pd_darwin
+pd_darwin: chord_melo.pd_darwin rhythms_memory.pd_darwin test.pd_darwin GArhythm.pd_darwin
.SUFFIXES: .pd_darwin
@@ -13,7 +13,7 @@ pd_darwin: chord_melo.pd_darwin
# where are the PD header files?
# leave it blank if it is a system directory (like /usr/local/include),
# since gcc 3.2 complains about it
-PDPATH=/Users/Development/music/puredatacvs/devel_0_39/src
+PDPATH=/Applications/PdOLD.app/Contents/Resources/src
#PDPATH=/Users/davidemorelli/Desktop/robaDavide/Pd-0.38-3.app/Contents/Resources/src/
# where is the PD executable?