Update of /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4893/buildsys/win/pd
Modified Files: config-bcc.def config-cygwin.def config-mingw.def config-msvc.def Log Message: various fixes to build system fixes for build system better templates, some minor changes build system: added profiler mode, more fixes added ICC/linux support small optimizations
Index: config-bcc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/config-bcc.def,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config-bcc.def 7 Jan 2005 04:58:47 -0000 1.4 --- config-bcc.def 13 Jan 2005 04:59:10 -0000 1.5 *************** *** 1,3 **** ! # where is PD? PDPATH="c:\program files\pd"
--- 1,4 ---- ! # where is the PD installation? ! # (this should point to the main folder, which has a "src" subfolder) PDPATH="c:\program files\pd"
Index: config-msvc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/config-msvc.def,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config-msvc.def 7 Jan 2005 04:58:47 -0000 1.4 --- config-msvc.def 13 Jan 2005 04:59:11 -0000 1.5 *************** *** 1,3 **** ! # where is PD? PDPATH="%ProgramFiles%\pd"
--- 1,4 ---- ! # where is the PD installation? ! # (this should point to the main folder, which has a "src" subfolder) PDPATH="%ProgramFiles%\pd"
Index: config-mingw.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/config-mingw.def,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config-mingw.def 7 Jan 2005 04:58:47 -0000 1.4 --- config-mingw.def 13 Jan 2005 04:59:11 -0000 1.5 *************** *** 1,3 **** ! # where is PD? PDPATH="%ProgramFiles%\pd"
--- 1,4 ---- ! # where is the PD installation? ! # (this should point to the main folder, which has a "src" subfolder) PDPATH="%ProgramFiles%\pd"
*************** *** 25,29 **** # user defined compiler flags # (check if they match your system!) ! UFLAGS=-msse
# user defined optimization flags --- 26,30 ---- # user defined compiler flags # (check if they match your system!) ! UFLAGS=-msse -mfpmath=sse -ffast-math
# user defined optimization flags
Index: config-cygwin.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/config-cygwin.def,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config-cygwin.def 7 Jan 2005 04:58:47 -0000 1.4 --- config-cygwin.def 13 Jan 2005 04:59:11 -0000 1.5 *************** *** 1,3 **** ! # where is PD? PDPATH=/cygdrive/c/programme/pd
--- 1,4 ---- ! # where is the PD installation? ! # (this should point to the main folder, which has a "src" subfolder) PDPATH=/cygdrive/c/programme/pd
*************** *** 25,29 **** # user defined compiler flags # (check if they match your system!) ! UFLAGS=-msse
# user defined optimization flags --- 26,30 ---- # user defined compiler flags # (check if they match your system!) ! UFLAGS=-msse -mfpmath=sse -ffast-math
# user defined optimization flags *************** *** 31,33 **** OFLAGS=-O3 # optimizations for Pentium 4 ! OFLAGS+=-march=pentium4 --- 32,34 ---- OFLAGS=-O3 # optimizations for Pentium 4 ! OFLAGS+=-march=pentium4