Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27942/buildsys/mac/max
Modified Files: config-gcc.def Log Message: updated for OSX better templates, some minor changes fix for showing attributes on select (and recreate the object on edit) cleanups
Index: config-gcc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/config-gcc.def,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config-gcc.def 5 Jan 2005 05:04:10 -0000 1.4 --- config-gcc.def 7 Jan 2005 04:58:46 -0000 1.5 *************** *** 32,36 **** # user defined compiler flags # (check if they match your system!) ! OFLAGS=-O2 # optimizations for G4 ! #OFLAGS += -mcpu=G4 -malign-natural -maltivec -faltivec --- 32,40 ---- # user defined compiler flags # (check if they match your system!) ! UFLAGS=-maltivec -faltivec ! ! # user defined optimization flags ! # (check if they match your system!) ! OFLAGS=-O3 # optimizations for G4 ! OFLAGS+=-mcpu=G4