From f599f30ee51c8a6f796d5b9a35e8e17ee54333ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Mar 2019 09:03:33 +0200 Subject: Add support for alternative build file/directory naming scheme Specifically, the bdep-new --type|-t now has the new 'alt-naming' sub-option that can be used to create projects with the alternative naming. --- bdep/sync.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bdep/sync.hxx') diff --git a/bdep/sync.hxx b/bdep/sync.hxx index 68f5e54..2183021 100644 --- a/bdep/sync.hxx +++ b/bdep/sync.hxx @@ -43,6 +43,9 @@ namespace bdep const dir_path& cfg, const dir_path& prj = dir_path ()); + // Note that the hook is installed into the bpkg-created configuration which + // always uses the standard build file/directory naming scheme. + // extern const path hook_file; // build/bootstrap/pre-bdep-sync.build } -- cgit v1.1