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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 188636c17..230401f8a 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,9 @@ src/auto/pathdef.c *.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 |