aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/config-pd-darwin.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-02-23 00:09:18 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-02-23 00:09:18 +0000
commitabcb79a75c9d5784f41260d25fdd0029641cb968 (patch)
tree3233eee9223dfc226b5d843ba134690c95fc1766 /externals/grill/vst/config-pd-darwin.txt
parent90009cca00b50cc88e0ef0a26728e19418cbd12f (diff)
""
svn path=/trunk/; revision=423
Diffstat (limited to 'externals/grill/vst/config-pd-darwin.txt')
-rw-r--r--externals/grill/vst/config-pd-darwin.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/externals/grill/vst/config-pd-darwin.txt b/externals/grill/vst/config-pd-darwin.txt
new file mode 100644
index 00000000..24a5b376
--- /dev/null
+++ b/externals/grill/vst/config-pd-darwin.txt
@@ -0,0 +1,33 @@
+# FFTease - A set of Live Spectral Processors
+# Originally written by Eric Lyon and Christopher Penrose for the Max/MSP platform
+#
+# Copyright (c)Thomas Grill (xovo@gmx.net)
+# For information on usage and redistribution, and for a DISCLAIMER OF ALL
+# WARRANTIES, see the file, "license.txt," in this distribution.
+#
+
+# your c/c++ compilers (define only if not gcc/g++)
+# C=gcc
+# CXX=g++
+
+# 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=/usr/local/pd/src
+
+# where is the PD executable?
+PD=/usr/local/pd/bin/pd
+
+# where do the flext libraries reside?
+FLEXTPATH=/usr/local/pd/flext
+
+
+# where should flext libraries be built?
+TARGDIR=./pd-darwin
+# where should the external be installed?
+# (leave blank to omit installation)
+INSTPATH=/usr/local/pd/extra
+
+# additional compiler flags
+# (check if they fit for your system!)
+# UFLAGS=-maltivec