summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-07 15:14:03 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-07 15:14:03 +0200
commitab8205e8b85d33816a1977d3a70bc3205fca2b9a (patch)
tree1a1eede8d3e948259c2a529ecb2a7cb1958ea4ca /Makefile
parentccd9ccfa59a3b4622df4eef2e59d1c1ad503bf07 (diff)
downloadvim-git-ab8205e8b85d33816a1977d3a70bc3205fca2b9a.tar.gz
Make the dos installer work with more compilers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68a20f2cb..55f8fc9a6 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ DOSBIN_S = dosbin_s
# - If building the Win32s version delete vimrun.exe.
# Win32s GUI version:
# - Set environment for Visual C++ 4.1 (requires a new console window)
-# - "vcvars32" (use the path for VC 4.1 e:\msdev\bin)
+# - "vcvars32.bat" (use the path for VC 4.1 e:\msdev\bin)
# - "nmake -f Make_mvc.mak GUI=yes INTL=no clean" (use the path for VC 4.1)
# - "nmake -f Make_mvc.mak GUI=yes INTL=no" (use the path for VC 4.1)
# - Rename "gvim.exe" to "gvim_w32s.exe".
@@ -178,6 +178,7 @@ DOSBIN_S = dosbin_s
# VisVim.dll in src/VisVim
# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
# gvimext64.dll can be obtained from http://code.google.com/p/vim-win3264/
+# It is part of vim72.zip as vim72/gvimext.dll.
# - make sure there is a diff.exe two levels up
# - go to ../nsis and do "makensis gvim.nsi" (takes a few minutes).
# - Copy gvim##.exe to the dist directory.