summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-03-03 10:47:21 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-03-03 10:47:21 (GMT)
commite333883d5725a44cda0d98f5d7ff34c863afa1fa (patch)
treecb79831ae37fa917a0069b4bf99c65b762f3d4f4
parent89f3326bb6e143c1d1ea14acf313973ef17e97db (diff)
downloadtcl-e333883d5725a44cda0d98f5d7ff34c863afa1fa.zip
tcl-e333883d5725a44cda0d98f5d7ff34c863afa1fa.tar.gz
tcl-e333883d5725a44cda0d98f5d7ff34c863afa1fa.tar.bz2
fixed some commentary.
FossilOrigin-Name: 61969488ef3df3001efeaaa1c1f41b4985c89a4a
-rw-r--r--win/makefile.vc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index e9f331d..35bafe2 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2004 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.123 2004/03/03 09:10:11 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.124 2004/03/03 10:47:22 davygrvy Exp $
#------------------------------------------------------------------------------
!if "$(MSDEVDIR)" == ""
@@ -25,9 +25,9 @@ the environment. Jump to this line to read the new instructions.
#------------------------------------------------------------------------------
# HOW TO USE this makefile:
#
-# 1) It is now necessary to have %MSVCDir% set in the environment. This is used
+# 1) It is now necessary to have %MSDevDir% set in the environment. This is used
# as a check to see if vcvars32.bat had been run prior to running nmake or
-# during the installation of Microsoft Visual C++, MSVCDir had been set
+# during the installation of Microsoft Visual C++, MSDevDir had been set
# globally and the PATH adjusted. Either way is valid.
#
# You'll need to run vcvars32.bat contained in the MsDev's vc(98)/bin