diff options
author | davygrvy <davygrvy@pobox.com> | 2004-03-08 01:50:02 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-03-08 01:50:02 (GMT) |
commit | 32cdc679b442001bba3d83910c362daf443af69c (patch) | |
tree | 24f42e6647165baf44880bf41811112eed46808d /win | |
parent | c64a37e036445bb15f91d7b7a22b1269417e4c3d (diff) | |
download | tcl-32cdc679b442001bba3d83910c362daf443af69c.zip tcl-32cdc679b442001bba3d83910c362daf443af69c.tar.gz tcl-32cdc679b442001bba3d83910c362daf443af69c.tar.bz2 |
Checks MSDevDir, not MSVCDir envar.
Diffstat (limited to 'win')
-rwxr-xr-x | win/buildall.vc.bat | 4 |
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 |