aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/config-pd-msvc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/tutorial/config-pd-msvc.txt')
-rw-r--r--externals/grill/flext/tutorial/config-pd-msvc.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/config-pd-msvc.txt b/externals/grill/flext/tutorial/config-pd-msvc.txt
index e864d423..8dda9ad9 100644
--- a/externals/grill/flext/tutorial/config-pd-msvc.txt
+++ b/externals/grill/flext/tutorial/config-pd-msvc.txt
@@ -12,5 +12,15 @@ 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
+SNDOBJLIB=f:\prog\packs\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
+STKLIB=f:\prog\packs\stk\lib\stk.lib
+
# where should the examples be built?
OUTPATH=.\pd-msvc