aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build/make-win-msvc.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-19 05:04:19 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-19 05:04:19 +0000
commit48c6d0ca4c82a190683380e45821159636080e51 (patch)
tree26f5606b683c0aa998ce68d1670fb5a528755c65 /externals/grill/flext/build/make-win-msvc.inc
parentf90c5622c0eb6fbecb35e2d1f9d4f37963d29f89 (diff)
simplified make system
updated make system svn path=/trunk/; revision=2412
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
-