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

INCPATH += -I$(PDPATH)/src

# trick PD in a way that only the cygwin pthread headers are used
CFLAGS += -include /usr/include/pthread.h -DPTHREAD_H

LIBS += $(PDPATH)/bin/pd.dll 
#LIBS += $(PDPATH)/bin/pthreadVC.dll

EXT=dll