aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/makefile-mac-gcc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vst/makefile-mac-gcc.txt')
-rw-r--r--externals/grill/vst/makefile-mac-gcc.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/externals/grill/vst/makefile-mac-gcc.txt b/externals/grill/vst/makefile-mac-gcc.txt
new file mode 100644
index 00000000..3a907e1e
--- /dev/null
+++ b/externals/grill/vst/makefile-mac-gcc.txt
@@ -0,0 +1,9 @@
+# usage:
+# to build run "sh build-mac-max-gcc.sh" or "sh build-mac-pd-gcc.sh"
+#
+
+# includes
+INCPATH=-I$(VSTSDKPATH)/source/common
+
+# multithreaded build
+THREADED=1