aboutsummaryrefslogtreecommitdiff
path: root/tbext/config-pd-linux.txt
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-03-30 18:49:02 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:54 +0200
commitfc4811ceddd4d2138d01e78b1c002a1582f9ee69 (patch)
tree5a2b8edab0fc7ba3f37ed5da23feb22c6c228077 /tbext/config-pd-linux.txt
parentb37d7f4d59d1ec038f6920e7a44436558d84befe (diff)
added him~ object
svn path=/trunk/externals/tb/; revision=1525
Diffstat (limited to 'tbext/config-pd-linux.txt')
-rwxr-xr-xtbext/config-pd-linux.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt
index b1acfa1..a3697ef 100755
--- a/tbext/config-pd-linux.txt
+++ b/tbext/config-pd-linux.txt
@@ -10,7 +10,7 @@ PD=/usr/lib/pd
# 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
-PDINC=/home/tim/pd/pd/src
+PDINC=/home/tim/pd/pd-0.37-1test3/src
#PDINC=/home/tim/pd/devel_0_36/pd/src
# where do the flext libraries reside?
@@ -29,13 +29,9 @@ HELPDIR=${PD}/doc/5.reference
# additional compiler flags
# (check whether they fit to your system!)
-UFLAGS=-g -xW -tpp7 -ip -ipo_obj # icc
+UFLAGS=-xN -tpp7 -ip -ipo_obj # icc
# UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2
-#compile support for the fftw3 library
-#make sure that you compiled fftw3 for single precision floats!!!
-FFTW=1
-
# define to link against shared flext library (flext version >= 0.5.0)
FLEXT_SHARED=1