From a6191b14a38c4ffb858d89da2c82cc00600f9733 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 20 Dec 2004 05:11:56 +0000 Subject: use flext build system updated make system updated build system svn path=/trunk/; revision=2422 --- externals/grill/vst/build/config-win.def | 6 +++--- externals/grill/vst/build/makefile-win-msvc.inc | 4 ++-- externals/grill/vst/build/package.txt | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 externals/grill/vst/build/package.txt (limited to 'externals/grill/vst/build') 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 -- cgit v1.2.1