diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-08-01 11:51:30 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-08-01 11:51:30 +0000 |
commit | 367019514f0f39144c17878213cf92a9de991d27 (patch) | |
tree | 1e63b768d762b4e0cd44c90df00265517d00b784 /externals/grill/flext/buildsys/win/max | |
parent | 912aaf0ae7b87c2f01e1be2734447deb99ba6358 (diff) |
*** empty log message ***
svn path=/trunk/; revision=3398
Diffstat (limited to 'externals/grill/flext/buildsys/win/max')
-rw-r--r-- | externals/grill/flext/buildsys/win/max/gnumake-mingw.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/flext/buildsys/win/max/gnumake-mingw.inc b/externals/grill/flext/buildsys/win/max/gnumake-mingw.inc index 26e234c8..28685d7e 100644 --- a/externals/grill/flext/buildsys/win/max/gnumake-mingw.inc +++ b/externals/grill/flext/buildsys/win/max/gnumake-mingw.inc @@ -2,9 +2,11 @@ DEFS += -DFLEXT_SYS=1 # 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 LIBPATH += -L$(MAXSDKPATH)/max-includes -L$(MAXSDKPATH)/msp-includes # these are both in MAXSDKPATH -LIBS += -lMaxAPI -lMaxAudio +SYSLIBS += -lMaxAPI -lMaxAudio |