summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-21 17:36:10 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-21 17:36:10 +0200
commitdfc145572813c5d3848feb4029ff8bfb127ab66a (patch)
tree7a8a47d6b6406618c74d3c1b07ce2759ff2a77f7 /src/version.c
parent693f7dc818bc116e997aff5ba8ebc2d555aa41dc (diff)
downloadvim-git-dfc145572813c5d3848feb4029ff8bfb127ab66a.tar.gz
patch 8.1.1578: MS-Windows: pathdef.c should depend on build optionsv8.1.1578
Problem: MS-Windows: pathdef.c should depend on build options. Solution: Generate pathdef.c in the object directory. Fix dependencies. (Ken Takata, closes #4565)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a7dff696d..bc19c04f7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1578,
+/**/
1577,
/**/
1576,