From 49d5628e35593a5300d39596286c768d7aa435b6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Jul 2015 09:18:22 +0200 Subject: Rework module architecture Now the target type and rule maps are in scopes (builtins -- in global scope). We also now have the map of loaded modules in the root scope of each project. --- build/context | 1 - 1 file changed, 1 deletion(-) (limited to 'build/context') diff --git a/build/context b/build/context index 44948ec..a52232a 100644 --- a/build/context +++ b/build/context @@ -28,7 +28,6 @@ namespace build extern const operation_info* current_oif; extern execution_mode current_mode; - extern const target_rule_map* current_rules; // Reset the dependency state. In particular, this removes all the // targets, scopes, and variable names. -- cgit v1.1