aboutsummaryrefslogtreecommitdiff
path: root/build/context
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-07 10:47:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-07 10:47:28 +0200
commit088a60c512aff26eeb026c516d0afe724880cb2b (patch)
tree3fbd798bd6a385875c8db3b2677a94d3abeb23eb /build/context
parent137df0bea6cebabe5278e67e5dad6f3047c762fb (diff)
Provide more convenient access to root scope
Diffstat (limited to 'build/context')
-rw-r--r--build/context3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/context b/build/context
index 8ebce26..39e00e7 100644
--- a/build/context
+++ b/build/context
@@ -23,6 +23,9 @@ namespace build
// Current action (meta/operation).
//
+ extern const meta_operation_info* current_mif;
+ extern const operation_info* current_oif;
+
extern execution_mode current_mode;
extern const target_rule_map* current_rules;