diff options
author | davygrvy <davygrvy@pobox.com> | 2004-03-03 10:47:22 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-03-03 10:47:22 (GMT) |
commit | 0214442898fdc712070a7f475874aba9f700dd74 (patch) | |
tree | cb79831ae37fa917a0069b4bf99c65b762f3d4f4 /win | |
parent | 7fc02cf80b3b22f9765e15415e1aa0a175a3aca8 (diff) | |
download | tcl-0214442898fdc712070a7f475874aba9f700dd74.zip tcl-0214442898fdc712070a7f475874aba9f700dd74.tar.gz tcl-0214442898fdc712070a7f475874aba9f700dd74.tar.bz2 |
fixed some commentary.
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 6 |
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 |