diff options
Diffstat (limited to 'pd/doc/6.externs')
-rw-r--r-- | pd/doc/6.externs/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/doc/6.externs/makefile b/pd/doc/6.externs/makefile index a4e9308c..8a5657fe 100644 --- a/pd/doc/6.externs/makefile +++ b/pd/doc/6.externs/makefile @@ -10,7 +10,7 @@ pd_nt: obj1.dll obj2.dll obj3.dll obj4.dll obj5.dll dspobj~.dll .SUFFIXES: .obj .dll PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo -VC="C:\Program Files\Microsoft Visual Studio\Vc98" +VC="D:\Program Files\Microsoft Visual Studio\Vc98" PDNTINCLUDE = /I. /I\tcl\include /I..\..\src /I$(VC)\include |