aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/config-pd-msvc.txt
diff options
context:
space:
mode:
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