From 3dd96c06ea7544b56745757a55f6ff2d306a7aac Mon Sep 17 00:00:00 2001 From: davygrvy Date: Tue, 9 Mar 2004 03:35:08 +0000 Subject: Checks MSDevDir, not MSVCDir envar. --- win/buildall.vc.bat | 6 +++--- win/makefile.vc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/win/buildall.vc.bat b/win/buildall.vc.bat index 655f7b6..92158c7 100755 --- a/win/buildall.vc.bat +++ b/win/buildall.vc.bat @@ -4,7 +4,7 @@ :: edit this (or make your own) for your needs and wants using :: the instructions for calling makefile.vc found in makefile.vc :: -:: RCS: @(#) $Id: buildall.vc.bat,v 1.4 2002/11/04 07:49:43 davygrvy Exp $ +:: RCS: @(#) $Id: buildall.vc.bat,v 1.5 2004/03/09 03:35:08 davygrvy Exp $ echo Sit back and have a cup of coffee while this grinds through ;) echo You asked for *everything*, remember? @@ -12,8 +12,8 @@ echo. title Building Tk, please wait... -if "%MSVCDir%" == "" call c:\dev\devstudio60\vc98\bin\vcvars32.bat -::if "%MSVCDir%" == "" call "C:\Program Files\Microsoft Developer Studio\vc98\bin\vcvars32.bat" +if "%MSDevDir%" == "" call c:\dev\devstudio60\vc98\bin\vcvars32.bat +::if "%MSDevDir%" == "" call "C:\Program Files\Microsoft Developer Studio\vc98\bin\vcvars32.bat" set INSTALLDIR=C:\Program Files\Tcl diff --git a/win/makefile.vc b/win/makefile.vc index 77fa068..2563282 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,10 +12,10 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.82 2004/02/08 01:38:03 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.83 2004/03/09 03:35:08 davygrvy Exp $ #------------------------------------------------------------------------------ -!if "$(MSVCDIR)" == "" +!if "$(MSDEVDIR)" == "" MSG = ^ You will need to run vcvars32.bat from Developer Studio, first, to setup^ the environment. Jump to this line to read the new instructions. -- cgit v0.12