Update of /cvsroot/pure-data/externals/grill/flext/buildsys/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28365/buildsys/win
Modified Files: gnumake-mingw.inc Log Message: oops, fix Max/MSP has its own check.... changed initialization functions accordingly better timers for Windows fixed timer bug changed template parameter of TableMap compiler flag for MinGW binary compatibility (thanks to GG) enable WIN2000/XP API features with definition in build system fix for symbol messages into non-left inlets restructured TableMap type (doesn't own pointers any more) no sanity check for iterator fixes for MSVC6 slimmed object data structures better c++ compliance fixed problems with symbol binding
Index: gnumake-mingw.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/gnumake-mingw.inc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** gnumake-mingw.inc 13 Jan 2005 04:59:10 -0000 1.5 --- gnumake-mingw.inc 23 May 2005 16:52:42 -0000 1.6 *************** *** 7,11 **** ##############################################
! CFLAGS += LDFLAGS += -shared
--- 7,11 ---- ##############################################
! CFLAGS += -mms-bitfields LDFLAGS += -shared