diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-30 19:03:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-30 19:03:07 +0300 |
commit | 3f946b7119e48ee9764f7c0658c4a25a66a3fe03 (patch) | |
tree | 346d0444b3e591d529d512ec342a433d8c4b8ae4 /build | |
parent | b2b4a362217bb6be8f1fd554bb7eee5f3a2686e9 (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 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 |