From 0ffb0a1a0a13d07c4448f7752232d8854b790623 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 30 Apr 2017 23:21:12 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- bbot/buildfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bbot/buildfile') 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 " \ +--guard-prefix BBOT --cxx-prologue "#include " \ --cli-namespace bbot::cli --generate-specifier --generate-parse cli.cxx{common-options}: cli.options = $cli.options # No usage. -- cgit v1.1