aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-27 14:45:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-27 14:45:05 +0200
commitbf959a7fc119f9156c4b84c9d0a10900d9153f8d (patch)
treed19b96238f58e305d936d186901edd1cf98e0c93 /build2/cc/link.hxx
parent24f74ea70a19ccd7bcb489853fc73a972ab8638f (diff)
Initial infrastructure for utility libraries
Diffstat (limited to 'build2/cc/link.hxx')
-rw-r--r--build2/cc/link.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/build2/cc/link.hxx b/build2/cc/link.hxx
index 4dc722a..0256774 100644
--- a/build2/cc/link.hxx
+++ b/build2/cc/link.hxx
@@ -76,17 +76,17 @@ namespace build2
void
append_libraries (strings&,
const file&, bool,
- const scope&, action, lorder) const;
+ const scope&, action, linfo) const;
void
hash_libraries (sha256&,
const file&, bool,
- const scope&, action, lorder) const;
+ const scope&, action, linfo) const;
void
rpath_libraries (strings&,
const target&,
- const scope&, action, lorder,
+ const scope&, action, linfo,
bool) const;
// Windows rpath emulation (windows-rpath.cxx).
@@ -105,13 +105,13 @@ namespace build2
timestamp
windows_rpath_timestamp (const file&,
const scope&,
- action, lorder) const;
+ action, linfo) const;
windows_dlls
- windows_rpath_dlls (const file&, const scope&, action, lorder) const;
+ windows_rpath_dlls (const file&, const scope&, action, linfo) const;
void
- windows_rpath_assembly (const file&, const scope&, action, lorder,
+ windows_rpath_assembly (const file&, const scope&, action, linfo,
const string&,
timestamp,
bool) const;