summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-04 17:49:30 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-04 17:49:30 +0200
commit1affd7247133a2bf74f0986e17ea71b8dc0e77cd (patch)
tree2ac5b9da75c30bab8d39ee1373541ad2bc483b95 /Makefile
parent80a7dcf8b5af473af674fb47769accc40e67cac0 (diff)
Preparations for 7.3d release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d1308a5c67..5137994865 100644
--- a/Makefile
+++ b/Makefile
@@ -136,11 +136,10 @@ DOSBIN_S = dosbin_s
# - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and
# "uninstald32.exe".
# Win32 console version:
-# - Set environment for Visual C++ 2010, e.g.:
-# "E:\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat". Or, for Visual
-# C++ 2008 Express Edition: "msvc2008.bat". Or, when using the Visual C++
-# Toolkit 2003: "msvcsetup.bat" (adjust the paths when necessary). For
-# Windows 98/ME the 2003 version is required.
+# - Set environment for Visual C++ 2008, e.g.:
+# "E:\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat". Or, when using the
+# Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the paths when necessary).
+# For Windows 98/ME the 2003 version is required.
# - "nmake -f Make_mvc.mak"
# - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output.
# - Rename the executables to "vimw32.exe", "xxdw32.exe".