summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwin/buildall.vc.bat6
-rw-r--r--win/makefile.vc4
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.