From bb6a97a8f3e4e046442eaf8814b30d9c9995bfd2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 16:50:01 +0200 Subject: Build infrastructure update --- build/bootstrap.build | 20 +++++++++++++------- build/root.build | 8 ++------ 2 files changed, 15 insertions(+), 13 deletions(-) (limited to 'build') diff --git a/build/bootstrap.build b/build/bootstrap.build index d0ea1f7..612be77 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,15 +1,21 @@ project = libhello + +using build@0.4.0-a1 + version = 1.1.1 -revision = 0 +abi_major = 1 +abi_minor = 1 +abi_patch = 1 +abi_prerelease = false -using config -using dist -using test -using install +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 ebe16d5..4f70114 100644 --- a/build/root.build +++ b/build/root.build @@ -1,10 +1,6 @@ +cxx.std = 11 + using cxx hxx{*}: extension = cxx{*}: extension = cxx - -cxx.std = 11 - -# Don't install tests. -# -tests/: install = false -- cgit v1.1