From 5f3c97306cda519e7edf41142ee903d22320c84a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 31 Aug 2016 19:23:32 +0300 Subject: Build infrastructure update --- build/bootstrap.build | 20 ++++++++++++++------ build/root.build | 5 +++++ 2 files changed, 19 insertions(+), 6 deletions(-) (limited to 'build') diff --git a/build/bootstrap.build b/build/bootstrap.build index c3dea80..9c976a4 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,16 +3,24 @@ # license : GNU GPL v2; see accompanying LICENSE file project = libodb -version = 2.5.0-a10 -revision = 0 using build@0.4.0-a1 -using config -using dist -using test -using install + +version = 2.5.0-a10 + +abi_major = 2 +abi_minor = 5 +abi_patch = 0 +abi_prerelease = true + +revision = 0 dist.package = $project-$version if ($revision != 0) dist.package += +$revision + +using config +using dist +using test +using install diff --git a/build/root.build b/build/root.build index fb0de84..74af848 100644 --- a/build/root.build +++ b/build/root.build @@ -5,3 +5,8 @@ cxx.std = 11 using cxx + +hxx{*}: extension = hxx +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx -- cgit v1.1