diff options
Diffstat (limited to 'externals/grill/vst/build')
-rw-r--r-- | externals/grill/vst/build/config-win.def | 6 | ||||
-rw-r--r-- | externals/grill/vst/build/makefile-win-msvc.inc | 4 | ||||
-rw-r--r-- | externals/grill/vst/build/package.txt | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/externals/grill/vst/build/config-win.def b/externals/grill/vst/build/config-win.def index a00f9dac..caa96c20 100644 --- a/externals/grill/vst/build/config-win.def +++ b/externals/grill/vst/build/config-win.def @@ -1,3 +1,3 @@ -# where is the VST SDK?
-# (at least version 2.3)
-VSTSDKPATH=c:\data\prog\audio\vstsdk2.3
+# where is the VST SDK? +# (at least version 2.3) +VSTSDKPATH=c:\data\prog\audio\vstsdk2.3 diff --git a/externals/grill/vst/build/makefile-win-msvc.inc b/externals/grill/vst/build/makefile-win-msvc.inc index 1c8281d5..c51834ed 100644 --- a/externals/grill/vst/build/makefile-win-msvc.inc +++ b/externals/grill/vst/build/makefile-win-msvc.inc @@ -1,2 +1,2 @@ -INCPATH=/I$(VSTSDKPATH)\source\common
-LIBS=user32.lib
+INCPATH=/I$(VSTSDKPATH)\source\common +LIBS=user32.lib diff --git a/externals/grill/vst/build/package.txt b/externals/grill/vst/build/package.txt deleted file mode 100644 index bd1da0e9..00000000 --- a/externals/grill/vst/build/package.txt +++ /dev/null @@ -1,11 +0,0 @@ -NAME=vst~
-
-THREADED=1
-HAVECONFIG=1
-HAVEMAKE=1
-
-SRCDIR=src
-
-SRCS=main.cpp vsthost.cpp editor.cpp
-
-HDRS=main.h vsthost.h editor.h editorwin.hpp editormac.hpp
|