diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2009-04-01 21:13:09 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2009-04-01 21:13:09 +0000 |
commit | 0ed7a8b68dd73e2b0473b8127aeca99f3bac9061 (patch) | |
tree | 5c67818b38a5cc2f9caa5ca7f8640ca356adf02b /externals/grill/vst/build | |
parent | bb4c7f6a245394d09dac9adfb2efb093d3d98452 (diff) |
cleaned up grill externals - replaced with svn:externals to svn.grrrr.org/ext/trunk/
svn path=/trunk/; revision=10951
Diffstat (limited to 'externals/grill/vst/build')
-rw-r--r-- | externals/grill/vst/build/config-mac.def | 6 | ||||
-rw-r--r-- | externals/grill/vst/build/config-win.def | 3 | ||||
-rw-r--r-- | externals/grill/vst/build/gnumake-mac-gcc.inc | 3 | ||||
-rw-r--r-- | externals/grill/vst/build/nmake-win-msvc.inc | 2 |
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 |