Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12239/buildsys/mac/pd
Modified Files: gnumake-gcc-ext.inc Log Message: PD: possibility to create DSP objects without main DSP inlet (use FLEXT_DSP0_NEW or similar) switching OSX builds to -bundle to avoid symbol clashes for different flext versions small fix for branch hints
Index: gnumake-gcc-ext.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** gnumake-gcc-ext.inc 20 Jan 2007 14:26:02 -0000 1.9 --- gnumake-gcc-ext.inc 22 Feb 2007 00:15:15 -0000 1.10 *************** *** 2,5 **** --- 2,8 ----
LDFLAGS += -bundle -bundle_loader $(PDBIN) + + # it seems we are having symbol name clashes with the following "new preferred method" + # so we rather stick to the above "deprecated method" #LDFLAGS += -dynamiclib -undefined dynamic_lookup