diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-21 17:36:10 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-21 17:36:10 +0200 |
commit | dfc145572813c5d3848feb4029ff8bfb127ab66a (patch) | |
tree | 7a8a47d6b6406618c74d3c1b07ce2759ff2a77f7 /src/version.c | |
parent | 693f7dc818bc116e997aff5ba8ebc2d555aa41dc (diff) | |
download | vim-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.c | 2 |
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, |