aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/pd/gnumake-mingw.inc
blob: d3b6cedb18670bdcc98c17cc7393b8c9fbf07b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEFS += -DFLEXT_SYS=2 -DPD

ifdef WINNT
CFLAGS += -D_WIN32_WINNT=0x500
endif

##############################################

INCPATH += -I$(PDPATH)/src
LIBPATH += -L$(PDPATH)/bin

# these are both in PDPATH
LIBS += -lpd -lpthreadVC