From fdb050b4b1b966683ff00dd14b268fe395492358 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Feb 2015 08:27:04 +0200 Subject: Use prefix_map for scopes, establish root scope --- build/context | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/context') diff --git a/build/context b/build/context index c177603..4f5b029 100644 --- a/build/context +++ b/build/context @@ -21,6 +21,9 @@ namespace build extern path src_base; extern path out_base; + class scope; + extern scope* root_scope; + // Return the src/out directory corresponding to the given out/src. The // passed directory should be a sub-directory of out/src_root. // -- cgit v1.1