From dfc145572813c5d3848feb4029ff8bfb127ab66a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 21 Jun 2019 17:36:10 +0200 Subject: 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) --- .hgignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index a48b3b9409..ff3d542046 100644 --- a/.hgignore +++ b/.hgignore @@ -37,7 +37,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 -- cgit v1.2.3