Update of /cvsroot/pure-data/externals/grill/flext/buildsys/win/max In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27942/buildsys/win/max
Modified Files: config-mingw.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-mingw.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/max/config-mingw.def,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config-mingw.def 5 Jan 2005 05:04:11 -0000 1.3 --- config-mingw.def 7 Jan 2005 04:58:47 -0000 1.4 *************** *** 32,38 **** ###############################################################
! # some user-definable flags # (check if they match your system!) ! OFLAGS=-O2 # optimizations for Pentium 4 ! #OFLAGS += -march=pentium4 -msse --- 32,42 ---- ###############################################################
! # user defined compiler flags # (check if they match your system!) ! UFLAGS=-msse ! ! # user defined optimization flags ! # (check if they match your system!) ! OFLAGS=-O3 # optimizations for Pentium 4 ! OFLAGS+=-march=pentium4