aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/config-pd-msvc.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-07-26 02:32:42 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-07-26 02:32:42 +0000
commitfa635a3d2a3c6a27a0259658f586d490fa0dad20 (patch)
treeeef906c63a952de4172b95191d90f752a061a90a /externals/grill/flext/tutorial/config-pd-msvc.txt
parent6ce33fd36eaaebfe3df5d262785ab2fe74499252 (diff)
""
svn path=/trunk/; revision=798
Diffstat (limited to 'externals/grill/flext/tutorial/config-pd-msvc.txt')
-rw-r--r--externals/grill/flext/tutorial/config-pd-msvc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/flext/tutorial/config-pd-msvc.txt b/externals/grill/flext/tutorial/config-pd-msvc.txt
index f77a7539..425938c2 100644
--- a/externals/grill/flext/tutorial/config-pd-msvc.txt
+++ b/externals/grill/flext/tutorial/config-pd-msvc.txt
@@ -7,19 +7,19 @@
PDPATH=c:\programme\audio\pd
# where is MS VC++?
-MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
+# MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
# where do the flext libraries reside?
FLEXTPATH=$(PDPATH)\flext
# where is the SndObj include directory?
# (leave blank or comment out to disable SndObj support)
-SNDOBJ=f:\prog\packs\sndobj\include
+SNDOBJ=f:\prog\audio\sndobj\include
SNDOBJLIB=f:\prog\audio\sndobj\lib\sndobj.lib
# where is the STK include directory?
# (leave blank or comment out to disable STK support)
-STK=f:\prog\packs\stk\include
+STK=f:\prog\audio\stk\include
STKLIB=f:\prog\audio\stk\lib\stk.lib
# where should the examples be built?