diff options
Diffstat (limited to 'externals/grill/flext/tutorial')
-rw-r--r-- | externals/grill/flext/tutorial/config-pd-msvc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/config-pd-msvc.txt b/externals/grill/flext/tutorial/config-pd-msvc.txt index 8dda9ad9..f77a7539 100644 --- a/externals/grill/flext/tutorial/config-pd-msvc.txt +++ b/externals/grill/flext/tutorial/config-pd-msvc.txt @@ -15,12 +15,12 @@ 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 +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 -STKLIB=f:\prog\packs\stk\lib\stk.lib +STKLIB=f:\prog\audio\stk\lib\stk.lib # where should the examples be built? OUTPATH=.\pd-msvc |