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

ifdef WINNT
CFLAGS += -D_WIN32_WINNT=0x500
endif

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

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

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