aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn_py/config-pd-darwin.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-10-27 19:20:57 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-10-27 19:20:57 +0000
commitd417beb73087b6b39bc6a8c0321a589ea4bf3cac (patch)
tree67f86a12b8c06f0366d24975d3fbb9eb7c5966e3 /externals/grill/dyn_py/config-pd-darwin.txt
parenta72b6c3a5a3354df34b42a506e0b91334f52ea40 (diff)
fixes for dsp and abstraction inlets
a few fixes OSX only one dyn_id type for clarity deleted test/mar patches (moved to /doc branch) dyn SWIG module better interface for listeners added license stuff small fixes dyn python module checkin svn path=/trunk/; revision=2181
Diffstat (limited to 'externals/grill/dyn_py/config-pd-darwin.txt')
-rwxr-xr-xexternals/grill/dyn_py/config-pd-darwin.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/externals/grill/dyn_py/config-pd-darwin.txt b/externals/grill/dyn_py/config-pd-darwin.txt
new file mode 100755
index 00000000..34ca640b
--- /dev/null
+++ b/externals/grill/dyn_py/config-pd-darwin.txt
@@ -0,0 +1,32 @@
+
+# your c++ compiler (define only if it's different than g++)
+# CXX=g++-3.3
+
+# where are the PD header files? (m_pd.h, m_imp.h, g_canvas.h)
+PDPATH=/Volumes/Daten/Prog/pd-0.37-4/src
+
+# where is the PD executable
+PD=/usr/local/bin
+
+# where should flext libraries be built?
+TARGDIR=./pd-darwin
+
+# where should the dyn library and header be installed?
+# (leave blank to omit installation)
+PREFIX=/usr/local
+
+# path to Python header
+PYTHON=/System/Library/Frameworks/Python.framework/Headers
+
+# path to dyn
+DYN=../dyn
+
+# path to pycxx
+PYCXX=/Volumes/Daten/Prog/packs/pycxx_5_2_2
+
+# folder to install modules to
+INSTDIR=/Users/thomas/Library/Python/2.3/site-packages
+
+# additional compiler flags
+# (check if they fit for your system!)
+UFLAGS=-malign-power -maltivec -faltivec