aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-24 14:47:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-24 14:47:22 +0200
commitd0093238afad839adec76cb99ac0ef0657e7f87c (patch)
tree77ff14cccbd1f045ebc4b001392a10aa53fe790e /build2/cc/link
parentfdd97d96801a0edbffae651fddc512a35a893234 (diff)
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).
Diffstat (limited to 'build2/cc/link')
-rw-r--r--build2/cc/link2
1 files changed, 1 insertions, 1 deletions
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<path, bool>
windows_manifest (const file&, bool rpath_assembly) const;
private: