aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/pd/gnumake-cygwin.inc
blob: 017635aedd8f60321b775bddfd53a4aced6b9c2b (plain)
1
2
3
4
5
6
7
8
9
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/sched.h -include /usr/include/pthread.h -DPTHREAD_H

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