diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-23 14:25:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-26 09:38:09 +0200 |
commit | f98262e37f608330fcfce799dcacc6fbacac8f8a (patch) | |
tree | 080ef26d80ee6419ef3a2f27434d75136f502cb2 /build2/context.hxx | |
parent | c414abe13450e2b4e204f6368ba83c8916de1ebd (diff) |
Implement forwarded configurations and backlinking
Diffstat (limited to 'build2/context.hxx')
-rw-r--r-- | build2/context.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/context.hxx b/build2/context.hxx index 846dee2..378c6c0 100644 --- a/build2/context.hxx +++ b/build2/context.hxx @@ -264,6 +264,7 @@ namespace build2 extern const variable* var_out_root; extern const variable* var_src_base; extern const variable* var_out_base; + extern const variable* var_forwarded; extern const variable* var_project; extern const variable* var_amalgamation; @@ -276,6 +277,7 @@ namespace build2 extern const variable* var_import_target; // import.target extern const variable* var_clean; // [bool] target visibility + extern const variable* var_backlink; // [bool] target visibility extern const char var_extension[10]; // "extension" |