diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-15 14:44:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-15 14:44:15 +0200 |
commit | 243da3993c138d33063f633aa3996a8a710ea396 (patch) | |
tree | 6d49a3f964f395773c06e258b6550a4d386fbec3 /build/context | |
parent | 3c2bc8595e9d6cf6ff35079231c3aab474a38130 (diff) |
Implement project-qualified names/prerequisites, two-stage import
Diffstat (limited to 'build/context')
-rw-r--r-- | build/context | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/context b/build/context index 8cf42dc..ad9c091 100644 --- a/build/context +++ b/build/context @@ -11,7 +11,7 @@ #include <butl/filesystem> #include <build/types> -#include <build/rule> +#include <build/utility> #include <build/operation> namespace build @@ -22,6 +22,9 @@ namespace build extern dir_path work; extern dir_path home; + extern string_pool extension_pool; + extern string_pool project_name_pool; + // Current action (meta/operation). // extern const meta_operation_info* current_mif; |