Update of /cvsroot/pure-data/externals/tb/sndfiler/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6768
Modified Files: Makefile.pd_main Log Message: now the osx version should work :)
Index: Makefile.pd_main =================================================================== RCS file: /cvsroot/pure-data/externals/tb/sndfiler/src/Makefile.pd_main,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.pd_main 21 Nov 2005 09:29:14 -0000 1.2 --- Makefile.pd_main 21 Nov 2005 17:04:05 -0000 1.3 *************** *** 103,107 **** .c.pd_darwin: $(CC) $(CC_FLAGS) $(CC_DARWIN) $(INCLUDE) -o $*.o -c $*.c ! $(LD) $(LD_DARWIN) -o $*.pd_linux $*.o $(LIB) chmod 755 $*.pd_darwin @test -d ../bin || mkdir -p ../bin --- 103,107 ---- .c.pd_darwin: $(CC) $(CC_FLAGS) $(CC_DARWIN) $(INCLUDE) -o $*.o -c $*.c ! $(LD) $(LD_DARWIN) -o $*.pd_darwin $*.o $(LIB) chmod 755 $*.pd_darwin @test -d ../bin || mkdir -p ../bin