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