From f9ebe2d1e920df001be2dd543a63677f8728f53d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Mar 2018 16:50:59 +0200 Subject: Handle command line project/packages discovery --- bdep/utility.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bdep/utility.cxx') diff --git a/bdep/utility.cxx b/bdep/utility.cxx index cb005a0..edfdc41 100644 --- a/bdep/utility.cxx +++ b/bdep/utility.cxx @@ -16,10 +16,14 @@ using namespace butl; namespace bdep { - const string empty_string; - const path empty_path; + const string empty_string; + const path empty_path; const dir_path empty_dir_path; + const path manifest_file ("manifest"); + const path packages_file ("packages.manifest"); + const path configurations_file ("configurations.manifest"); + bool exists (const path& f, bool ignore_error) { -- cgit v1.1