aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-03-07 09:03:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-03-07 09:03:33 +0200
commitf599f30ee51c8a6f796d5b9a35e8e17ee54333ee (patch)
treedd96b66b8a59ec5d05201d9958801f4d3bf21cd1 /bdep/sync.hxx
parent22d2704c963f26f05f2b42433c8d0a7dc9b5b645 (diff)
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.
Diffstat (limited to 'bdep/sync.hxx')
-rw-r--r--bdep/sync.hxx3
1 files changed, 3 insertions, 0 deletions
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
}