diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-06-07 15:02:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-06-07 15:02:59 +0000 |
commit | c2fb523db6282d472fd1a032e1b834ee4f429b10 (patch) | |
tree | 9439966eabc20a27709f397e05d7dc94e77125cd /Makefile | |
parent | e8ca81eef401e1b865afb7359d04ceaa3d68cebb (diff) |
eliminated updates on everything but the leftmost inlet, necessary because the ifeel.o kernel module crashes if the input is too fast; added help patch
svn path=/trunk/externals/hcs/; revision=685
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \ LINUXINCLUDE = -I/usr/local/lib/pd/include -I../../pd/src
.c.pd_linux:
- cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
+ gcc-3.2 $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm $*.o
|