diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-30 19:50:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-30 19:50:41 +0300 |
commit | 2adca26721d5e6c73f1bf75a2cb16fddce591dcc (patch) | |
tree | cabb2fa6025b7ff85df1229a7fb059fa3bedd6d0 /build | |
parent | 926050227af570ab57201de16e952b21dd9c0d34 (diff) |
Build infrastructure update
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 19 | ||||
-rw-r--r-- | build/root.build | 4 |
2 files changed, 15 insertions, 8 deletions
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 |