From d0093238afad839adec76cb99ac0ef0657e7f87c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Apr 2017 14:47:22 +0200 Subject: Add change flag in addition to timestamp in Windows manifest logic Essentially the same idea as with using target_state::changed in case the timestamps are equal (due to insufficient resolution). --- build2/cc/link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/link') diff --git a/build2/cc/link b/build2/cc/link index cd83516..9e9e7cf 100644 --- a/build2/cc/link +++ b/build2/cc/link @@ -112,7 +112,7 @@ namespace build2 // Windows-specific (windows-manifest.cxx). // - path + pair windows_manifest (const file&, bool rpath_assembly) const; private: -- cgit v1.1