diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2003-09-20 15:54:40 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:54 +0200 |
commit | 4ab9c44294867638df5c092bb2a9de1923a63dd2 (patch) | |
tree | 7eba94f5c1ddcf123373b6bff02ffd5b358d6a43 /tbext/makefile.pd-linux | |
parent | 80e47e2a02fc3cb39baeea8db56ef362b86c6e04 (diff) |
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1014
Diffstat (limited to 'tbext/makefile.pd-linux')
-rw-r--r-- | tbext/makefile.pd-linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tbext/makefile.pd-linux b/tbext/makefile.pd-linux index 7948a19..56fbc17 100644 --- a/tbext/makefile.pd-linux +++ b/tbext/makefile.pd-linux @@ -17,11 +17,11 @@ FLEXTLIB=$(FLEXTPATH)/flext.a # compiler stuff INCLUDES=$(PDINC) FLAGS=-DFLEXT_SYS=2 -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 +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 -DFLEXT_THREADS LIBS=m ifdef FLEXT_SHARED -CFLAGS+=-DFLEXT_SHARED -DFLEXT_THREADS +CFLAGS+=-DFLEXT_SHARED LDFLAGS+=-Bdynamic LINKFLEXT=-lflext #-L/usr/lib/flext/libflext.so else |