diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-01-28 11:09:13 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:54 +0200 |
commit | ce8d118561bd86df80eae140f2e0a64db55998e3 (patch) | |
tree | 7cd2ff26894e312d7000df8abfce9d6e323bdc6e /tbext/makefile.pd-linux | |
parent | 4ab9c44294867638df5c092bb2a9de1923a63dd2 (diff) |
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1298
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 56fbc17..7948a19 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 -DFLEXT_THREADS +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 -CFLAGS+=-DFLEXT_SHARED +CFLAGS+=-DFLEXT_SHARED -DFLEXT_THREADS LDFLAGS+=-Bdynamic LINKFLEXT=-lflext #-L/usr/lib/flext/libflext.so else |