From 0ed7a8b68dd73e2b0473b8127aeca99f3bac9061 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 1 Apr 2009 21:13:09 +0000 Subject: cleaned up grill externals - replaced with svn:externals to svn.grrrr.org/ext/trunk/ svn path=/trunk/; revision=10951 --- externals/grill/vst/build/config-mac.def | 6 ------ externals/grill/vst/build/config-win.def | 3 --- externals/grill/vst/build/gnumake-mac-gcc.inc | 3 --- externals/grill/vst/build/nmake-win-msvc.inc | 2 -- 4 files changed, 14 deletions(-) delete mode 100644 externals/grill/vst/build/config-mac.def delete mode 100644 externals/grill/vst/build/config-win.def delete mode 100644 externals/grill/vst/build/gnumake-mac-gcc.inc delete mode 100644 externals/grill/vst/build/nmake-win-msvc.inc (limited to 'externals/grill/vst/build') 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 -- cgit v1.2.1