aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/config-pd-msvc.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-11-15 03:40:55 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-11-15 03:40:55 +0000
commit37c4500e482c27a28e6ba0a247cf299440be41e9 (patch)
tree2a71d8432d400e57da6fcb320baec8773a0ee32b /externals/grill/fftease/config-pd-msvc.txt
parent56d86e54fc9a77f6094383f448e430b26d8ab76d (diff)
""
svn path=/trunk/; revision=1184
Diffstat (limited to 'externals/grill/fftease/config-pd-msvc.txt')
-rw-r--r--externals/grill/fftease/config-pd-msvc.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/externals/grill/fftease/config-pd-msvc.txt b/externals/grill/fftease/config-pd-msvc.txt
index ee4283a7..21b6739f 100644
--- a/externals/grill/fftease/config-pd-msvc.txt
+++ b/externals/grill/fftease/config-pd-msvc.txt
@@ -14,7 +14,8 @@ PDPATH=c:\programme\audio\pd
FLEXTPATH=$(PDPATH)\flext
# where is MS VC++?
-MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
+# (need not be defined if the build is started with the compiler environment set)
+# MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
# where should the external be built?
@@ -22,4 +23,8 @@ OUTPATH=pd-msvc
# where should the external be installed?
# (leave blank to omit installation)
-INSTDIR=$(PDPATH)\extra
+INSTPATH=$(PDPATH)\extra
+
+
+# some user-definable flags
+UFLAGS=/G6 \ No newline at end of file