aboutsummaryrefslogtreecommitdiff
path: root/tbext/config-pd-linux.txt
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-01-28 11:09:13 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:54 +0200
commitce8d118561bd86df80eae140f2e0a64db55998e3 (patch)
tree7cd2ff26894e312d7000df8abfce9d6e323bdc6e /tbext/config-pd-linux.txt
parent4ab9c44294867638df5c092bb2a9de1923a63dd2 (diff)
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1298
Diffstat (limited to 'tbext/config-pd-linux.txt')
-rwxr-xr-xtbext/config-pd-linux.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt
index 7c9fbde..b1479f8 100755
--- a/tbext/config-pd-linux.txt
+++ b/tbext/config-pd-linux.txt
@@ -1,7 +1,7 @@
# config file for tbext, adapted from Thomas Grill's xsample makefile
# your c++ compiler (if not g++)
-# CXX=icc
+ CXX=icc
# where does the PD installation reside?
@@ -10,7 +10,8 @@ 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-0.37-0/src
+PDINC=/home/tim/pd/pd/src
+#PDINC=/home/tim/pd/devel_0_36/pd/src
# where do the flext libraries reside?
FLEXTPATH=/usr/lib/flext
@@ -28,9 +29,9 @@ HELPDIR=${PD}/doc/5.reference
# additional compiler flags
# (check whether they fit to your system!)
-#UFLAGS=-xW -tpp7 -ip -ipo_obj -g # icc
+UFLAGS=-g -xW -tpp7 -ip -ipo_obj # icc
# UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2
# define to link against shared flext library (flext version >= 0.5.0)
-#FLEXT_SHARED=1
+FLEXT_SHARED=1