aboutsummaryrefslogtreecommitdiff
path: root/bbot/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-30 23:21:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-30 23:26:21 +0300
commit0ffb0a1a0a13d07c4448f7752232d8854b790623 (patch)
tree9d1e173375d53e05c52568dc69633ed98697190d /bbot/buildfile
parent1364413cee696ff60f4dd1e3ac1eb281ac7a4e8f (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'bbot/buildfile')
-rw-r--r--bbot/buildfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/bbot/buildfile b/bbot/buildfile
index 962d379..ccfc837 100644
--- a/bbot/buildfile
+++ b/bbot/buildfile
@@ -35,7 +35,7 @@ if ($cxx.target.class == "linux")
{hxx }{ types } \
{hxx cxx}{ types-parsers } \
{hxx txx cxx}{ utility } \
- {hxx }{ version-impl } \
+ {hxx }{ version } \
$libs
}
@@ -49,11 +49,11 @@ exe{bbot-worker}: \
{hxx }{ types } \
{hxx cxx}{ types-parsers } \
{hxx txx cxx}{ utility } \
-{hxx }{ version-impl } \
+{hxx }{ version } \
$libs
-hxx{version-impl}: in{version-impl} $src_root/file{manifest}
-hxx{version-impl}: dist = true
+hxx{version}: in{version} $src_root/file{manifest}
+hxx{version}: dist = true
# Generated options parser.
#
@@ -64,7 +64,7 @@ if $cli.configured
cli.cxx{worker-options}: cli{worker}
cli.options += -I $src_root --include-with-brackets --include-prefix bbot \
---guard-prefix BBOT --cxx-prologue "#include <bbot/types-parsers>" \
+--guard-prefix BBOT --cxx-prologue "#include <bbot/types-parsers.hxx>" \
--cli-namespace bbot::cli --generate-specifier --generate-parse
cli.cxx{common-options}: cli.options = $cli.options # No usage.