diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-20 05:11:56 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-20 05:11:56 +0000 |
commit | a6191b14a38c4ffb858d89da2c82cc00600f9733 (patch) | |
tree | d8e7892ae5345fb8fdb35ab4ce29d055ffb219b0 /externals/grill/vst/build | |
parent | 93bc88089105ba87759583c5f1dd2c77ac4fbf6a (diff) |
use flext build system
updated make system
updated build system
svn path=/trunk/; revision=2422
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
|