Update of /cvsroot/pure-data/pd/extra/fiddle~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22738/fiddle~
Modified Files:
makefile
Added Files:
help-fiddle~.pd
Log Message:
merged with version_0_37_1test6
Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/fiddle~/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:32 -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