[PD-cvs] externals/grill/flext/buildsys/win/max gnumake-mingw.inc, 1.1, 1.2 nmake-msvc.inc, 1.1, 1.2

Thomas Grill xovo at users.sourceforge.net
Mon May 23 18:52:45 CEST 2005


Update of /cvsroot/pure-data/externals/grill/flext/buildsys/win/max
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28365/buildsys/win/max

Modified Files:
	gnumake-mingw.inc nmake-msvc.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: nmake-msvc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/max/nmake-msvc.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** nmake-msvc.inc	3 Jan 2005 05:00:30 -0000	1.1
--- nmake-msvc.inc	23 May 2005 16:52:43 -0000	1.2
***************
*** 1,4 ****
  DEFS=$(DEFS) /DFLEXT_SYS=1
! CFLAGS=$(CFLAGS) /Zp2 
  
  INCPATH=$(INCPATH) /I$(MAXSDKPATH)\max-includes /I$(MAXSDKPATH)\msp-includes
--- 1,4 ----
  DEFS=$(DEFS) /DFLEXT_SYS=1
! CFLAGS=$(CFLAGS) /Zp2 /D_WIN32_WINNT=0x501
  
  INCPATH=$(INCPATH) /I$(MAXSDKPATH)\max-includes /I$(MAXSDKPATH)\msp-includes

Index: gnumake-mingw.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/max/gnumake-mingw.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gnumake-mingw.inc	3 Jan 2005 05:00:30 -0000	1.1
--- gnumake-mingw.inc	23 May 2005 16:52:42 -0000	1.2
***************
*** 1,4 ****
  DEFS += -DFLEXT_SYS=1
! CFLAGS += -fpack-struct=2
  
  INCPATH += -I$(MAXSDKPATH)/max-includes -I$(MAXSDKPATH)/msp-includes
--- 1,4 ----
  DEFS += -DFLEXT_SYS=1
! CFLAGS += -fpack-struct=2 -D_WIN32_WINNT=0x501
  
  INCPATH += -I$(MAXSDKPATH)/max-includes -I$(MAXSDKPATH)/msp-includes





More information about the Pd-cvs mailing list