Skip to content

Commit 5f1920a

Browse files
committed
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.
1 parent bfd3433 commit 5f1920a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/Make_mvc.mak

+1
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,7 @@ $(OUTDIR)/if_lua.obj: $(OUTDIR) if_lua.c $(INCL)
15701570
$(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c
15711571

15721572
auto/if_perl.c : if_perl.xs typemap
1573+
-mkdir auto
15731574
$(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \
15741575
-typemap typemap if_perl.xs -output $@
15751576

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ static char *(features[]) =
742742

743743
static int included_patches[] =
744744
{ /* Add new patch number below this line */
745+
/**/
746+
2409,
745747
/**/
746748
2408,
747749
/**/

tools/rename.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mv tee/tee.exe teew32.exe
33
mv xxd/xxd.exe xxdw32.exe
44
mv vim.pdb vimw32.pdb
55
mv install.exe installw32.exe
6-
mv uninstal.exe uninstalw32.exe
6+
mv uninstall.exe uninstallw32.exe

0 commit comments

Comments
 (0)