diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-14 17:46:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-14 17:46:20 +0200 |
commit | 755bd26c59bc40322977da5674e6022c7ca65a9a (patch) | |
tree | c32cd921942bd46cd4199ab169c09b74322071c0 /Makefile | |
parent | bb3d5dc320f93dcd28a2be72af6e750599490f13 (diff) | |
download | vim-git-755bd26c59bc40322977da5674e6022c7ca65a9a.tar.gz |
README and help file updates.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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". |