summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-14 17:46:20 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-14 17:46:20 +0200
commit755bd26c59bc40322977da5674e6022c7ca65a9a (patch)
treec32cd921942bd46cd4199ab169c09b74322071c0 /Makefile
parentbb3d5dc320f93dcd28a2be72af6e750599490f13 (diff)
README and help file updates.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e2ef22d59..199d2f5b57 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,8 @@ DOSBIN_S = dosbin_s
# - 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.
+# For Windows 98/ME the 2003 version is required, but then it won't work on
+# Windows 7 and 64 bit.
# - "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".