[PD-cvs] externals/grill/flext/buildsys/win/max gnumake-mingw.inc, 1.4, 1.5

Thomas Grill xovo at users.sourceforge.net
Mon Aug 1 13:51:32 CEST 2005


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

Modified Files:
	gnumake-mingw.inc 
Log Message:


Index: gnumake-mingw.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/max/gnumake-mingw.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** gnumake-mingw.inc	19 Jul 2005 23:08:32 -0000	1.4
--- gnumake-mingw.inc	1 Aug 2005 11:51:30 -0000	1.5
***************
*** 3,6 ****
--- 3,8 ----
  # fpack-struct should align to 2 bytes... can't specify that...
  CFLAGS += -DWINVER=0x0501 -D_WIN32_WINNT=0x501
+ # suppress multiple symbol errors
+ LDFLAGS += -Wl,--allow-multiple-definition
  
  INCPATH += -I$(MAXSDKPATH)/max-includes -I$(MAXSDKPATH)/msp-includes
***************
*** 8,10 ****
  
  # these are both in MAXSDKPATH
! LIBS += -lMaxAPI -lMaxAudio
--- 10,12 ----
  
  # these are both in MAXSDKPATH
! SYSLIBS += -lMaxAPI -lMaxAudio





More information about the Pd-cvs mailing list