Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28684/buildsys/mac/pd
Modified Files: config-gcc.def Log Message: better templates, some minor changes small optimizations
Index: config-gcc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd/config-gcc.def,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config-gcc.def 7 Jan 2005 04:58:46 -0000 1.5 --- config-gcc.def 12 Jan 2005 04:58:36 -0000 1.6 *************** *** 1,4 **** # where is the PD installation including source code? ! PDPATH=/Applications/audio/Pd-0.38-0.app/Contents/Resources
# where is the PD executable? --- 1,4 ---- # where is the PD installation including source code? ! PDPATH=/Applications/Pd-0.38-0.app/Contents/Resources
# where is the PD executable? *************** *** 28,32 **** # user defined optimization flags # (check if they match your system!) ! UFLAGS=-maltivec -faltivec
# user defined compiler flags --- 28,32 ---- # user defined optimization flags # (check if they match your system!) ! UFLAGS=-maltivec -faltivec -ffast-math
# user defined compiler flags