diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-28 16:14:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-28 16:14:30 +0200 |
commit | fc1e4124a533b7f628dc00d343b9061367634b27 (patch) | |
tree | f2bdf45f35a6c92b6094517dcdb7749259c0bd0a /build/file | |
parent | 56ce5687567150b0b2cc3e57540d564793ef6bf7 (diff) |
Second iteration over import/export support
Diffstat (limited to 'build/file')
-rw-r--r-- | build/file | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ #include <build/path> #include <build/name> +#include <build/variable> // list_value namespace build { @@ -70,7 +71,7 @@ namespace build void load_root_pre (scope& root); - void + list_value import (scope& base, const name&, const location&); } |