summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-07 13:19:55 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-07 13:19:55 +0200
commitccd9ccfa59a3b4622df4eef2e59d1c1ad503bf07 (patch)
tree2dc3c541e16aab05c4bf1c6941768da567c90aad /Makefile
parente667c95335ab9e87d08066a257f9de206e031f2b (diff)
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Reilly)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd3912cc4b..68a20f2cb0 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ 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:
+# - 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