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/.hgignore b/.hgignore index a48b3b9..ff3d542 100644 --- a/.hgignore +++ b/.hgignore
@@ -37,7 +37,9 @@ *.RES vim*.dll vim*.lib -src/pathdef.c +src/dobj*/pathdef.c +src/gobj*/pathdef.c +src/obj*/pathdef.c src/Obj*/pathdef.c gvimext.dll gvimext.lib