From ce8d118561bd86df80eae140f2e0a64db55998e3 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 28 Jan 2004 11:09:13 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1298 --- tbext/config-pd-linux.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tbext/config-pd-linux.txt') 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 -- cgit v1.2.1