From: Bram Moolenaar Date: Sun, 6 May 2007 11:53:06 +0000 (+0000) Subject: updated for version 7.1a X-Git-Tag: v7.1a~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be860d34dd7fc6ee28b340e82605a7aa63f33aa0;p=vim updated for version 7.1a --- diff --git a/Makefile b/Makefile index 69de1e54f..a21c68b19 100644 --- a/Makefile +++ b/Makefile @@ -141,13 +141,13 @@ DOSBIN_S = dosbin_s # - "nmake -f Make_mvc.mak GUI=yes. # - move "gvim.exe" to here (otherwise the OLE version will overwrite it). # - Move gvim.pdb to here. -# - Delete vimrun.exe, install.exe and uninstal.exe. +# - Delete vimrun.exe, install.exe and uninstall.exe. # - Copy "GvimExt/gvimext.dll" to here. # Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME: # - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...) # - Rename "gvim.exe" to "gvim_ole.exe". # - Rename gvim.pdb to "gvim_ole.pdb". -# - Delete install.exe and uninstal.exe. +# - Delete install.exe and uninstall.exe. # - If building the Win32s version delete vimrun.exe. # Win32s GUI version: # - Set environment for Visual C++ 4.1 (requires a new console window)