aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/build
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vst/build')
-rw-r--r--externals/grill/vst/build/config-mac.def6
-rw-r--r--externals/grill/vst/build/config-win.def3
-rw-r--r--externals/grill/vst/build/gnumake-mac-gcc.inc3
-rw-r--r--externals/grill/vst/build/nmake-win-msvc.inc2
4 files changed, 0 insertions, 14 deletions
diff --git a/externals/grill/vst/build/config-mac.def b/externals/grill/vst/build/config-mac.def
deleted file mode 100644
index d08c7122..00000000
--- a/externals/grill/vst/build/config-mac.def
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-# where is the VST SDK?
-# (at least version 2.3)
-VSTSDKPATH=/Volumes/Daten/Prog/packs/vstsdk2.3
diff --git a/externals/grill/vst/build/config-win.def b/externals/grill/vst/build/config-win.def
deleted file mode 100644
index caa96c20..00000000
--- a/externals/grill/vst/build/config-win.def
+++ /dev/null
@@ -1,3 +0,0 @@
-# where is the VST SDK?
-# (at least version 2.3)
-VSTSDKPATH=c:\data\prog\audio\vstsdk2.3
diff --git a/externals/grill/vst/build/gnumake-mac-gcc.inc b/externals/grill/vst/build/gnumake-mac-gcc.inc
deleted file mode 100644
index 6ecd3681..00000000
--- a/externals/grill/vst/build/gnumake-mac-gcc.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-INCPATH=-I$(VSTSDKPATH)/source/common
-
-
diff --git a/externals/grill/vst/build/nmake-win-msvc.inc b/externals/grill/vst/build/nmake-win-msvc.inc
deleted file mode 100644
index 7503c914..00000000
--- a/externals/grill/vst/build/nmake-win-msvc.inc
+++ /dev/null
@@ -1,2 +0,0 @@
-INCPATH=/I$(VSTSDKPATH)\source\common
-LIBS=user32.lib ole32.lib