Update of /cvsroot/pure-data/externals/unauthorized In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19508
Modified Files: Makefile Log Message: .
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 8 Apr 2004 22:34:31 -0000 1.9 --- Makefile 22 May 2004 16:15:32 -0000 1.10 *************** *** 31,35 **** .c.dll: $(CC) $(WINCFLAGS) $(WININCLUDE) -o $*.o -c $*.c ! gcc -shared -o $*.dll $*.o ../../bin/pd.dll -lpthreadGC -rm $*.o
--- 31,35 ---- .c.dll: $(CC) $(WINCFLAGS) $(WININCLUDE) -o $*.o -c $*.c ! gcc -shared -o $*.dll $*.o ../../bin/pd.dll -lwsock32 -lmp3lame -lpthread -rm $*.o