From d304762e4338b4a055e2be018205a00c2ca9ee2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Mar 2018 15:06:27 +0200 Subject: Support for resolving and adding configurations --- bdep/utility.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bdep/utility.hxx') diff --git a/bdep/utility.hxx b/bdep/utility.hxx index 54e17fb..af85355 100644 --- a/bdep/utility.hxx +++ b/bdep/utility.hxx @@ -56,10 +56,12 @@ namespace bdep // Widely-used paths. // - extern const dir_path bdep_dir; // .bdep/ + extern const dir_path bdep_dir; // .bdep/ + extern const path bdep_file; // .bdep/bdep.sqlite3 extern const path manifest_file; // manifest extern const path packages_file; // packages.manifest + extern const path repositories_file; // repositories.manifest extern const path configurations_file; // configurations.manifest // Directory extracted from argv[0] (i.e., this process' recall directory) -- cgit v1.1