From 2adca26721d5e6c73f1bf75a2cb16fddce591dcc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Aug 2016 19:50:41 +0300 Subject: Build infrastructure update --- build/bootstrap.build | 19 +++++++++++++------ build/root.build | 4 ++-- 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'build') diff --git a/build/bootstrap.build b/build/bootstrap.build index a7e8eb6..946a049 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,14 +1,21 @@ project = libprint + +using build@0.4.0-a1 + version = 1.0.0 -revision = 0 -using config -using dist -using install +abi_major = 1 +abi_minor = 0 +abi_patch = 0 +abi_prerelease = false + +revision = 0 dist.package = $project-$version if ($revision != 0) -{ dist.package += +$revision -} + +using config +using dist +using install diff --git a/build/root.build b/build/root.build index 9ade644..4f70114 100644 --- a/build/root.build +++ b/build/root.build @@ -1,6 +1,6 @@ +cxx.std = 11 + using cxx hxx{*}: extension = cxx{*}: extension = cxx - -cxx.std = 11 -- cgit v1.1