From 3f946b7119e48ee9764f7c0658c4a25a66a3fe03 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Aug 2016 19:03:07 +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 9101716..4fab770 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,14 +1,21 @@ project = libformat + +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