summaryrefslogtreecommitdiffstats
path: root/win/buildall.vc.bat
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-03-08 01:50:02 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-03-08 01:50:02 (GMT)
commit32cdc679b442001bba3d83910c362daf443af69c (patch)
tree24f42e6647165baf44880bf41811112eed46808d /win/buildall.vc.bat
parentc64a37e036445bb15f91d7b7a22b1269417e4c3d (diff)
downloadtcl-32cdc679b442001bba3d83910c362daf443af69c.zip
tcl-32cdc679b442001bba3d83910c362daf443af69c.tar.gz
tcl-32cdc679b442001bba3d83910c362daf443af69c.tar.bz2
Checks MSDevDir, not MSVCDir envar.
Diffstat (limited to 'win/buildall.vc.bat')
-rwxr-xr-xwin/buildall.vc.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/buildall.vc.bat b/win/buildall.vc.bat
index 93645cb..e56f280 100755
--- a/win/buildall.vc.bat
+++ b/win/buildall.vc.bat
@@ -3,7 +3,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.7 2003/08/25 22:18:55 davygrvy Exp $
+:: RCS: @(#) $Id: buildall.vc.bat,v 1.8 2004/03/08 01:50:02 davygrvy Exp $
if "%1" == "/?" goto help
if /i "%1" == "/help" goto help
@@ -15,7 +15,7 @@ cd > nul
:: with developer studio (v4,5,6,7,etc...) All have it. These paths
:: might not be correct. You may need to edit these.
::
-if not defined MSVCDir (
+if not defined MSDevDir (
call "C:\Program Files\Microsoft Developer Studio\vc98\bin\vcvars32.bat"
::call "C:\Program Files\Microsoft Developer Studio\vc\bin\vcvars32.bat"
::call c:\dev\devstudio60\vc98\bin\vcvars32.bat