aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/config-pd-msvc.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-11-10 03:42:03 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-11-10 03:42:03 +0000
commit8a2c6d3d86df5076510e02315b354b3194e243e1 (patch)
tree3dcd8a5d977932f65982851c0f24d989787f4b9a /externals/grill/vst/config-pd-msvc.txt
parentd60f7df8256c9326c08ce207efe4b5609bc64571 (diff)
""
svn path=/trunk/; revision=1176
Diffstat (limited to 'externals/grill/vst/config-pd-msvc.txt')
-rw-r--r--externals/grill/vst/config-pd-msvc.txt28
1 files changed, 2 insertions, 26 deletions
diff --git a/externals/grill/vst/config-pd-msvc.txt b/externals/grill/vst/config-pd-msvc.txt
index 1cb31aab..308bfcc3 100644
--- a/externals/grill/vst/config-pd-msvc.txt
+++ b/externals/grill/vst/config-pd-msvc.txt
@@ -1,50 +1,26 @@
# vst~ - VST plugin external for PD
-
# based on the work of Jarno SeppŠnen and Mark Williamson
-
#
-
# Copyright (c)Thomas Grill (xovo@gmx.net)
-
# For information on usage and redistribution, and for a DISCLAIMER OF ALL
-
# WARRANTIES, see the file, "license.txt," in this distribution.
-
#
-
-
-
# where is PD?
-
PDPATH=c:\programme\audio\pd
-
-
# where do the flext libraries reside?
-
FLEXTPATH=$(PDPATH)\flext
-
-
# where is MS VC++?
-
-MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
-
-
-
+# (only necessary if not run from within the build environment)
+# MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
# where should the external be built?
-
OUTPATH=pd-msvc
-
-
# where should the external be installed?
-
# (leave blank to omit installation)
-
INSTDIR=$(PDPATH)\extra
-