commit | dfc145572813c5d3848feb4029ff8bfb127ab66a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 21 17:36:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 21 17:36:10 2019 +0200 |
tree | 7a8a47d6b6406618c74d3c1b07ce2759ff2a77f7 | |
parent | 693f7dc818bc116e997aff5ba8ebc2d555aa41dc [diff] [blame] |
patch 8.1.1578: MS-Windows: pathdef.c should depend on build options Problem: MS-Windows: pathdef.c should depend on build options. Solution: Generate pathdef.c in the object directory. Fix dependencies. (Ken Takata, closes #4565)
diff --git a/src/version.c b/src/version.c index a7dff69..bc19c04 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1578, +/**/ 1577, /**/ 1576,