aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/max/gnumake-mingw.inc
blob: 28685d7eec252e416efe6a12efb6b3366feb611c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
SYSLIBS += -lMaxAPI -lMaxAudio