From d44cf613a9ebb26ab057d35796899981cbed71f1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 16:32:41 +0200 Subject: Build infrastructure update --- butl/buildfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index a2ba945..4ac0672 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -35,6 +35,14 @@ lib{butl}: file{sha256c.c} # lib{butl}: file{strptime.c timelocal.h timelocal.c} +# For pre-releases use the complete version to make sure they cannot be used +# in place of another pre-release or the final version. +# +if $abi_prerelease + lib{butl}: bin.lib.version = @-$version +else + lib{butl}: bin.lib.version = @-$abi_major.$abi_minor + cxx.poptions =+ -I$src_root obja{*}: cxx.poptions += -DLIBBUTL_STATIC_BUILD objs{*}: cxx.poptions += -DLIBBUTL_SHARED_BUILD -- cgit v1.1