diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2003-09-20 00:05:08 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:53 +0200 |
commit | 81d751e8824f6a9b3975c1da517d1d163a2eace5 (patch) | |
tree | 63dec4a3efc047628c91edfb616770cb6f64e903 /tbext/makefile.pd-linux | |
parent | b2f05c9b120dc9a6578a06053207bd567254ce36 (diff) |
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1012
Diffstat (limited to 'tbext/makefile.pd-linux')
-rw-r--r-- | tbext/makefile.pd-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbext/makefile.pd-linux b/tbext/makefile.pd-linux index 25b7f3b..7948a19 100644 --- a/tbext/makefile.pd-linux +++ b/tbext/makefile.pd-linux @@ -17,7 +17,7 @@ FLEXTLIB=$(FLEXTPATH)/flext.a # compiler stuff INCLUDES=$(PDINC) FLAGS=-DFLEXT_SYS=2 -CFLAGS=${UFLAGS} -O3 -I/usr/lib/flext -funroll-loops -fmove-all-movables -frerun-loop-opt -finline-functions -fno-rtti -fno-exceptions +CFLAGS=${UFLAGS} -O3 -I/home/tim/pd/externals/grill/flext/source -funroll-loops -fmove-all-movables -frerun-loop-opt -finline-functions -fno-rtti -fno-exceptions LIBS=m ifdef FLEXT_SHARED |