Skip to content

Commit 9c5589c

Browse files
committed
patch 8.0.0757: libvterm MSVC Makefile not included in the distribution
Problem: Libvterm MSVC Makefile not included in the distribution. Solution: Add the file to the list.
1 parent 2aeaf3f commit 9c5589c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ SRC_ALL = \
200200
src/libvterm/.gitignore \
201201
src/libvterm/LICENSE \
202202
src/libvterm/Makefile \
203+
src/libvterm/Makefile.msc \
203204
src/libvterm/README \
204205
src/libvterm/tbl2inc_c.pl \
205206
src/libvterm/vterm.pc.in \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ static char *(features[]) =
769769

770770
static int included_patches[] =
771771
{ /* Add new patch number below this line */
772+
/**/
773+
757,
772774
/**/
773775
756,
774776
/**/

0 commit comments

Comments
 (0)