Update of /cvsroot/pure-data/pd/extra/bonk~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22738/bonk~
Modified Files: makefile Added Files: help-bonk~.pd Log Message: merged with version_0_37_1test6
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/pd/extra/bonk~/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makefile 23 Sep 2003 00:18:13 -0000 1.3 --- makefile 2 Feb 2004 12:24:31 -0000 1.4 *************** *** 68,72 ****
.c.pd_linux: ! cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux --- 68,72 ----
.c.pd_linux: ! $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux