summaryrefslogtreecommitdiffstats
path: root/win/buildall.vc.bat
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2004-03-09 03:35:08 (GMT)
committerdavygrvy <davygrvy>2004-03-09 03:35:08 (GMT)
commit3dd96c06ea7544b56745757a55f6ff2d306a7aac (patch)
tree8a4c2fa5429fee066f307b53f55e944f8e055901 /win/buildall.vc.bat
parent79597d5c6559d19e4d163e8641d407a9a8892cc0 (diff)
downloadtk-3dd96c06ea7544b56745757a55f6ff2d306a7aac.zip
tk-3dd96c06ea7544b56745757a55f6ff2d306a7aac.tar.gz
tk-3dd96c06ea7544b56745757a55f6ff2d306a7aac.tar.bz2
Checks MSDevDir, not MSVCDir envar.
Diffstat (limited to 'win/buildall.vc.bat')
-rwxr-xr-xwin/buildall.vc.bat6
1 files changed, 3 insertions, 3 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