diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-29 12:20:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-29 12:20:53 +0200 |
commit | 729b56300c441a0d63c7d2013eb5a881211d352b (patch) | |
tree | d363c5f282b910e1f014161e24c6dfc6a5fcba40 /build/scope | |
parent | 1cf1603cae3064aff734f52d23c06098e81a8111 (diff) |
Initial support for target type/pattern-specific variables
Diffstat (limited to 'build/scope')
-rw-r--r-- | build/scope | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/scope b/build/scope index eb2dafc..9fb8061 100644 --- a/build/scope +++ b/build/scope @@ -104,6 +104,10 @@ namespace build return append (variable_pool.find (name)); } + // Target type/pattern-specific variables. + // + variable_type_map target_vars; + // Prerequisite cache. // public: |