aboutsummaryrefslogtreecommitdiff
path: root/tbext/config-pd-linux.txt
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2003-09-20 00:05:08 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:53 +0200
commit81d751e8824f6a9b3975c1da517d1d163a2eace5 (patch)
tree63dec4a3efc047628c91edfb616770cb6f64e903 /tbext/config-pd-linux.txt
parentb2f05c9b120dc9a6578a06053207bd567254ce36 (diff)
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1012
Diffstat (limited to 'tbext/config-pd-linux.txt')
-rwxr-xr-xtbext/config-pd-linux.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt
index e1fa248..495aad9 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,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/devel_0_36/pd/src
+PDINC=/home/tim/pd/pd-0.37-0/src
# where do the flext libraries reside?
FLEXTPATH=/usr/lib/flext
@@ -28,7 +28,7 @@ HELPDIR=${PD}/doc/5.reference
# additional compiler flags
# (check whether they fit to your system!)
-UFLAGS=-xW -tpp7 -ip -ipo_obj -g # icc
+#UFLAGS=-xW -tpp7 -ip -ipo_obj -g # icc
# UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2
# define to link against shared flext library (flext version >= 0.5.0)