aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/pd/make-cygwin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/win/pd/make-cygwin.inc')
-rw-r--r--externals/grill/flext/buildsys/win/pd/make-cygwin.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/grill/flext/buildsys/win/pd/make-cygwin.inc b/externals/grill/flext/buildsys/win/pd/make-cygwin.inc
new file mode 100644
index 00000000..d1641769
--- /dev/null
+++ b/externals/grill/flext/buildsys/win/pd/make-cygwin.inc
@@ -0,0 +1,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