From bd9b1fa4b6c20b7eedf7f96d9b9aae6ff5edfbfb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jul 2016 13:34:41 +0200 Subject: Construct paths to use canonical directory separators Hardcoding separators as in "build/root.build" is now a big no-no. --- build2/file | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/file') 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&); -- cgit v1.1