aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/pd/make-msvc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/win/pd/make-msvc.inc')
-rw-r--r--externals/grill/flext/buildsys/win/pd/make-msvc.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/externals/grill/flext/buildsys/win/pd/make-msvc.inc b/externals/grill/flext/buildsys/win/pd/make-msvc.inc
new file mode 100644
index 00000000..41a7cd30
--- /dev/null
+++ b/externals/grill/flext/buildsys/win/pd/make-msvc.inc
@@ -0,0 +1,9 @@
+DEFS=$(DEFS) /DFLEXT_SYS=2
+
+INCPATH=$(INCPATH) /I$(PDPATH)\src
+LIBPATH=$(LIBPATH) /LIBPATH:$(PDPATH)\bin
+
+# these are both in PDPATH
+LIBS=$(LIBS) pd.lib pthreadVC.lib
+
+EXT=dll