aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-08 18:51:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-08 18:51:45 +0200
commitd52de69d635ce3fc840fc15b9db4f395d0763aed (patch)
treeb8c445d6b0d06ae0422111ea45f930aab1ee8615 /build2/cc/compile.hxx
parent6d38ea067757974e0605b4cfb4c16731cdb2541e (diff)
Implement rule chaining for modules
Diffstat (limited to 'build2/cc/compile.hxx')
-rw-r--r--build2/cc/compile.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx
index 30f101d..596245d 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -97,6 +97,14 @@ namespace build2
const file&, auto_rmfile&, const match_data&,
depdb&, bool&) const;
+ void
+ search_modules (const scope&,
+ action, file&, lorder,
+ const target_type&) const;
+
+ void
+ append_modules (cstrings&, strings&, const file&) const;
+
// Language selection option (for VC) or the value for the -x option.
//
const char*