summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-05-06 11:53:06 +0000
committervimboss <devnull@localhost>2007-05-06 11:53:06 +0000
commit49e156554f69b9772f2f34b744d73b6268e1dbd6 (patch)
treefda7c3d6366cefdf1afa1856d95cf6b89325f2a7 /Makefile
parent1cdf232d83d6506ec58bf01fb46a6ea30cacc5f1 (diff)
downloadvim-49e156554f69b9772f2f34b744d73b6268e1dbd6.tar.gz
updated for version 7.1a
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 69de1e54..a21c68b1 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)