@@ -165,7 +165,7 @@ MINOR = 1
165
165
# xxd/xxd.exe to xxdw32.exe
166
166
# vim.pdb to vimw32.pdb
167
167
# install.exe to installw32.exe
168
- # uninstal .exe to uninstalw32 .exe
168
+ # uninstall .exe to uninstallw32 .exe
169
169
# Win32 GUI version build:
170
170
# - > cd src
171
171
# > nmake -f Make_mvc.mak GUI=yes
@@ -175,7 +175,7 @@ MINOR = 1
175
175
# - move "gvim.exe" to here (otherwise the OLE version will overwrite it).
176
176
# - Move gvim.pdb to here.
177
177
# - Copy "GvimExt/gvimext.dll" to here.
178
- # - Delete vimrun.exe, install.exe and uninstal .exe.
178
+ # - Delete vimrun.exe, install.exe and uninstall .exe.
179
179
# Win32 GUI version with OLE, PERL, Ruby, TCL, PYTHON and dynamic IME:
180
180
# - Install the interfaces you want, see src/INSTALLpc.txt
181
181
# Adjust bigvim.bat to match the version of each interface you want.
@@ -188,7 +188,7 @@ MINOR = 1
188
188
# - check the output.
189
189
# - Rename "gvim.exe" to "gvim_ole.exe".
190
190
# - Rename gvim.pdb to "gvim_ole.pdb".
191
- # - Delete install.exe and uninstal .exe.
191
+ # - Delete install.exe and uninstall .exe.
192
192
# Create the archives:
193
193
# - Copy all the "*.exe" files to where this Makefile is.
194
194
# - Copy all the "*.pdb" files to where this Makefile is.
@@ -197,7 +197,7 @@ MINOR = 1
197
197
# NSIS self installing exe:
198
198
# - To get NSIS see http://nsis.sourceforge.net
199
199
# - Make sure gvim_ole.exe, vimw32.exe, installw32.exe,
200
- # uninstalw32 .exe, teew32.exe and xxdw32.exe have been build as mentioned
200
+ # uninstallw32 .exe, teew32.exe and xxdw32.exe have been build as mentioned
201
201
# above.
202
202
# - copy these files (get them from a binary archive or build them):
203
203
# gvimext.dll in src/GvimExt
@@ -518,7 +518,7 @@ dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM)
518
518
cp xxdw32.exe dist/vim/$(VIMRTDIR ) /xxd.exe
519
519
cp vimrun.exe dist/vim/$(VIMRTDIR ) /vimrun.exe
520
520
cp installw32.exe dist/vim/$(VIMRTDIR ) /install.exe
521
- cp uninstalw32 .exe dist/vim/$(VIMRTDIR ) /uninstal .exe
521
+ cp uninstallw32 .exe dist/vim/$(VIMRTDIR ) /uninstall .exe
522
522
mkdir dist/vim/$(VIMRTDIR ) /GvimExt32
523
523
cp gvimext.dll dist/vim/$(VIMRTDIR ) /GvimExt32/gvimext.dll
524
524
mkdir dist/vim/$(VIMRTDIR ) /GvimExt64
@@ -539,7 +539,7 @@ dosbin_w32: dist no_title.vim dist/$(COMMENT_W32)
539
539
cp teew32.exe dist/vim/$(VIMRTDIR ) /tee.exe
540
540
cp xxdw32.exe dist/vim/$(VIMRTDIR ) /xxd.exe
541
541
cp installw32.exe dist/vim/$(VIMRTDIR ) /install.exe
542
- cp uninstalw32 .exe dist/vim/$(VIMRTDIR ) /uninstal .exe
542
+ cp uninstallw32 .exe dist/vim/$(VIMRTDIR ) /uninstall .exe
543
543
cd dist && zip -9 -rD -z vim$(VERSION ) w32.zip vim < $(COMMENT_W32 )
544
544
cp vimw32.pdb dist/vim$(VERSION ) w32.pdb
545
545
@@ -557,7 +557,7 @@ dosbin_ole: dist no_title.vim dist/$(COMMENT_OLE)
557
557
cp xxdw32.exe dist/vim/$(VIMRTDIR ) /xxd.exe
558
558
cp vimrun.exe dist/vim/$(VIMRTDIR ) /vimrun.exe
559
559
cp installw32.exe dist/vim/$(VIMRTDIR ) /install.exe
560
- cp uninstalw32 .exe dist/vim/$(VIMRTDIR ) /uninstal .exe
560
+ cp uninstallw32 .exe dist/vim/$(VIMRTDIR ) /uninstall .exe
561
561
cp gvimext.dll dist/vim/$(VIMRTDIR ) /gvimext.dll
562
562
cp README_ole.txt dist/vim/$(VIMRTDIR )
563
563
cp src/VisVim/VisVim.dll dist/vim/$(VIMRTDIR ) /VisVim.dll
0 commit comments