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, 0 insertions, 22 deletions
diff --git a/externals/grill/flext/build/make-win-msvc.inc b/externals/grill/flext/build/make-win-msvc.inc
deleted file mode 100644
index 56b4deee..00000000
--- a/externals/grill/flext/build/make-win-msvc.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-!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
-