aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-19 05:10:46 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-19 05:10:46 +0000
commit1a8a5f119d8dc4e8b8f54867f419a2244468d4ef (patch)
treeb9cb67f612c8a11428d764f6fae10f41161b6f74 /externals/grill/vst
parent1b56c59a0aec948ff76dac8a4a99be34d24f163f (diff)
updated make system
svn path=/trunk/; revision=2414
Diffstat (limited to 'externals/grill/vst')
-rw-r--r--externals/grill/vst/build-mac-pd-gcc.sh1
-rw-r--r--externals/grill/vst/build-win-pd-msvc.bat3
-rw-r--r--externals/grill/vst/build/config-mac.def6
-rw-r--r--externals/grill/vst/build/config-win.def3
-rw-r--r--externals/grill/vst/build/makefile-mac-gcc.inc3
-rw-r--r--externals/grill/vst/build/makefile-win-msvc.inc2
-rw-r--r--externals/grill/vst/build/package.txt (renamed from externals/grill/vst/make-files.txt)18
-rw-r--r--externals/grill/vst/config-mac-gcc.txt11
-rw-r--r--externals/grill/vst/config-win-msvc.txt11
-rw-r--r--externals/grill/vst/makefile-mac-gcc.txt9
-rw-r--r--externals/grill/vst/makefile-win-msvc.txt11
11 files changed, 25 insertions, 53 deletions
diff --git a/externals/grill/vst/build-mac-pd-gcc.sh b/externals/grill/vst/build-mac-pd-gcc.sh
deleted file mode 100644
index a88a3dbb..00000000
--- a/externals/grill/vst/build-mac-pd-gcc.sh
+++ /dev/null
@@ -1 +0,0 @@
-make -f ../flext/build/gnumake.mak PLATFORM=mac RTSYS=pd COMPILER=gcc $*
diff --git a/externals/grill/vst/build-win-pd-msvc.bat b/externals/grill/vst/build-win-pd-msvc.bat
deleted file mode 100644
index 6c6b86c3..00000000
--- a/externals/grill/vst/build-win-pd-msvc.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-@rem building with flext build system
-
-nmake -f ..\flext\build\nmake.mak PLATFORM=win RTSYS=pd COMPILER=msvc %1 %2 %3 %4 %5 %6 %7 %8 %9
diff --git a/externals/grill/vst/build/config-mac.def b/externals/grill/vst/build/config-mac.def
new file mode 100644
index 00000000..d08c7122
--- /dev/null
+++ b/externals/grill/vst/build/config-mac.def
@@ -0,0 +1,6 @@
+
+
+
+# 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
new file mode 100644
index 00000000..a00f9dac
--- /dev/null
+++ b/externals/grill/vst/build/config-win.def
@@ -0,0 +1,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-mac-gcc.inc b/externals/grill/vst/build/makefile-mac-gcc.inc
new file mode 100644
index 00000000..6ecd3681
--- /dev/null
+++ b/externals/grill/vst/build/makefile-mac-gcc.inc
@@ -0,0 +1,3 @@
+INCPATH=-I$(VSTSDKPATH)/source/common
+
+
diff --git a/externals/grill/vst/build/makefile-win-msvc.inc b/externals/grill/vst/build/makefile-win-msvc.inc
new file mode 100644
index 00000000..1c8281d5
--- /dev/null
+++ b/externals/grill/vst/build/makefile-win-msvc.inc
@@ -0,0 +1,2 @@
+INCPATH=/I$(VSTSDKPATH)\source\common
+LIBS=user32.lib
diff --git a/externals/grill/vst/make-files.txt b/externals/grill/vst/build/package.txt
index d4192dbb..bd1da0e9 100644
--- a/externals/grill/vst/make-files.txt
+++ b/externals/grill/vst/build/package.txt
@@ -1,7 +1,11 @@
-NAME=vst~
-
-SRCDIR=src
-
-SRCS=main.cpp vsthost.cpp editor.cpp
-
-HDRS=main.h vsthost.h editor.h editorwin.hpp editormac.hpp
+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
diff --git a/externals/grill/vst/config-mac-gcc.txt b/externals/grill/vst/config-mac-gcc.txt
deleted file mode 100644
index 7ee8d2e9..00000000
--- a/externals/grill/vst/config-mac-gcc.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# Your settings are defined in the files
-# ../flext/build/config-mac-pd-gcc.txt
-# and
-# ../flext/build/config-mac-max-gcc.txt
-#
-# You can override them here.
-
-
-# where is the VST SDK?
-# (at least version 2.3)
-VSTSDKPATH=/Volumes/Daten/Prog/packs/vstsdk2.3
diff --git a/externals/grill/vst/config-win-msvc.txt b/externals/grill/vst/config-win-msvc.txt
deleted file mode 100644
index 5afa0c3e..00000000
--- a/externals/grill/vst/config-win-msvc.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# Your settings are defined in the files
-# ../flext/build/config-mac-pd-gcc.txt
-# and
-# ../flext/build/config-mac-max-gcc.txt
-#
-# You can override them here.
-
-
-# where is the VST SDK?
-# (at least version 2.3)
-VSTSDKPATH=c:\data\prog\audio\vstsdk2.3
diff --git a/externals/grill/vst/makefile-mac-gcc.txt b/externals/grill/vst/makefile-mac-gcc.txt
deleted file mode 100644
index 3a907e1e..00000000
--- a/externals/grill/vst/makefile-mac-gcc.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# usage:
-# to build run "sh build-mac-max-gcc.sh" or "sh build-mac-pd-gcc.sh"
-#
-
-# includes
-INCPATH=-I$(VSTSDKPATH)/source/common
-
-# multithreaded build
-THREADED=1
diff --git a/externals/grill/vst/makefile-win-msvc.txt b/externals/grill/vst/makefile-win-msvc.txt
deleted file mode 100644
index d9d3a2cc..00000000
--- a/externals/grill/vst/makefile-win-msvc.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# usage:
-# to build run "build-max-msvc.bat" or "build-pd-msvc.bat"
-#
-
-# includes
-INCPATH=/I$(VSTSDKPATH)\source\common
-# system libraries
-LIBS=$(LIBS) user32.lib
-
-# multithreaded build
-THREADED=1