From 088a60c512aff26eeb026c516d0afe724880cb2b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Apr 2015 10:47:28 +0200 Subject: Provide more convenient access to root scope --- build/context | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/context') 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; -- cgit v1.1