Update of /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27942/buildsys/win/pd
Modified Files: config-bcc.def config-cygwin.def config-mingw.def config-msvc.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-bcc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/config-bcc.def,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config-bcc.def 5 Jan 2005 05:04:12 -0000 1.3 --- config-bcc.def 7 Jan 2005 04:58:47 -0000 1.4 *************** *** 28,30 **** --- 28,34 ---- # user defined compiler flags # (check if they match your system!) + UFLAGS= + + # user defined optimization flags + # (check if they match your system!) OFLAGS=-6 -O2 -OS -ff -d
Index: config-msvc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/config-msvc.def,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config-msvc.def 5 Jan 2005 05:04:12 -0000 1.3 --- config-msvc.def 7 Jan 2005 04:58:47 -0000 1.4 *************** *** 30,36 **** # user defined compiler flags # (check if they match your system!) OFLAGS=/Ox # optimizations for Pentium 4 ! #OFLAGS=$(OFLAGS) /G6 /arch:SSE
# uncomment to link against dynamic C runtime libraries --- 30,40 ---- # user defined compiler flags # (check if they match your system!) + UFLAGS= + + # user defined optimization flags + # (check if they match your system!) OFLAGS=/Ox # optimizations for Pentium 4 ! OFLAGS=$(OFLAGS) /G6 /arch:SSE
# uncomment to link against dynamic C runtime libraries
Index: config-mingw.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/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:12 -0000 1.3 --- config-mingw.def 7 Jan 2005 04:58:47 -0000 1.4 *************** *** 25,29 **** # user defined compiler flags # (check if they match your system!) ! OFLAGS=-O2 # optimizations for Pentium 4 ! #OFLAGS += -march=pentium4 -msse --- 25,33 ---- # 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
Index: config-cygwin.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/config-cygwin.def,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config-cygwin.def 5 Jan 2005 05:04:12 -0000 1.3 --- config-cygwin.def 7 Jan 2005 04:58:47 -0000 1.4 *************** *** 25,29 **** # user defined compiler flags # (check if they match your system!) ! OFLAGS=-O2 # optimizations for Pentium 4 ! #OFLAGS += -march=pentium4 -msse --- 25,33 ---- # 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