aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/makefile-win-msvc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vst/makefile-win-msvc.txt')
-rw-r--r--externals/grill/vst/makefile-win-msvc.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/grill/vst/makefile-win-msvc.txt b/externals/grill/vst/makefile-win-msvc.txt
new file mode 100644
index 00000000..d9d3a2cc
--- /dev/null
+++ b/externals/grill/vst/makefile-win-msvc.txt
@@ -0,0 +1,11 @@
+# usage:
+# to build run "build-max-msvc.bat" or "build-pd-msvc.bat"
+#
+
+# includes
+INCPATH=/I$(VSTSDKPATH)\source\common
+# system libraries
+LIBS=$(LIBS) user32.lib
+
+# multithreaded build
+THREADED=1