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/rule.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/rule.cxx') diff --git a/build/rule.cxx b/build/rule.cxx index a8c77a8..eadbecb 100644 --- a/build/rule.cxx +++ b/build/rule.cxx @@ -10,6 +10,7 @@ #include #include +#include #include #include #include @@ -19,8 +20,6 @@ using namespace butl; namespace build { - operation_rule_map rules; - // file_rule // // Note that this rule is special. It is the last, fallback rule. If -- cgit v1.1