aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build/make-win-msvc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/build/make-win-msvc.inc')
-rw-r--r--externals/grill/flext/build/make-win-msvc.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/externals/grill/flext/build/make-win-msvc.inc b/externals/grill/flext/build/make-win-msvc.inc
new file mode 100644
index 00000000..56b4deee
--- /dev/null
+++ b/externals/grill/flext/build/make-win-msvc.inc
@@ -0,0 +1,22 @@
+!ifdef $(MAX)
+# Max/MSP
+!include config-pd-msvc.txt
+!include makefile-msvc.txt
+!include ..\flext\build\make-win-max-msvc.inc
+
+!elseifdef $(PD)
+# PD
+!include config-pd-msvc.txt
+!include makefile-msvc.txt
+!include ..\flext\build\make-win-pd-msvc.inc
+
+!else
+!error Platform not supported
+!endif
+
+# all the source files from the package
+!include make-files.txt
+
+# now build
+!include ..\flext\build\make-win-gen-msvc.inc
+