From 5f1920ada24904a115232e01f28fc8a6cdd623af Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 7 Dec 2019 21:01:43 +0100 Subject: [PATCH] patch 8.1.2409: creating the distribution doesn't work as documented Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed. --- src/Make_mvc.mak | 1 + src/version.c | 2 ++ tools/rename.bat | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 9a01927f67..1a74d3bb3e 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -1570,6 +1570,7 @@ $(OUTDIR)/if_lua.obj: $(OUTDIR) if_lua.c $(INCL) $(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c auto/if_perl.c : if_perl.xs typemap + -mkdir auto $(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \ -typemap typemap if_perl.xs -output $@ diff --git a/src/version.c b/src/version.c index b8e4cf2d15..b11a6c7e99 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2409, /**/ 2408, /**/ diff --git a/tools/rename.bat b/tools/rename.bat index d66b0d33f8..50b3f7b2e3 100644 --- a/tools/rename.bat +++ b/tools/rename.bat @@ -3,4 +3,4 @@ mv tee/tee.exe teew32.exe mv xxd/xxd.exe xxdw32.exe mv vim.pdb vimw32.pdb mv install.exe installw32.exe -mv uninstal.exe uninstalw32.exe +mv uninstall.exe uninstallw32.exe