aboutsummaryrefslogtreecommitdiff
path: root/build2/file
diff options
context:
space:
mode:
Diffstat (limited to 'build2/file')
-rw-r--r--build2/file2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/file b/build2/file
index 062487a..f5dac83 100644
--- a/build2/file
+++ b/build2/file
@@ -27,6 +27,8 @@ namespace build2
extern const path root_file; // build/root.build
extern const path bootstrap_file; // build/bootstrap.build
extern const path src_root_file; // build/bootstrap/src-root.build
+ extern const path export_file; // build/export.build
+ extern const path config_file; // build/config.build
bool
is_src_root (const dir_path&);