Update of /cvsroot/pure-data/pd/extra In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31596/pd/extra
Modified Files: makefile Log Message: More 64 bit fixes, notably confusion about file extensions and taking garray_getfloatarray out of expr
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/pd/extra/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** makefile 22 Oct 2006 21:46:10 -0000 1.4 --- makefile 7 Dec 2006 16:19:04 -0000 1.5 *************** *** 20,24 **** .c.dll: cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c ! link /nologo /dll /export:$(CSYM)_setup $*.obj $(PDNTLIB)
# ----------------------- IRIX 5.x ----------------------- --- 20,24 ---- .c.dll: cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c ! link /dll /export:$(CSYM)_setup $*.obj $(PDNTLIB)
# ----------------------- IRIX 5.x -----------------------