From 07fe5daf754b44af250c38d40bd803a2bb9ce18d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2015 09:00:01 +0200 Subject: First build iteration: dist and update work, still requires cli --- build/bootstrap.build | 13 +++++++++++++ build/root.build | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 build/bootstrap.build create mode 100644 build/root.build (limited to 'build') diff --git a/build/bootstrap.build b/build/bootstrap.build new file mode 100644 index 0000000..4e7f0b7 --- /dev/null +++ b/build/bootstrap.build @@ -0,0 +1,13 @@ +# file : build/bootstrap.build +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +project = build2-toolchain +version = 0.1.0 +subprojects = libbutl build2 libbpkg bpkg + +using config +using dist +using test # Note: needed for dist to work in subprojects with tests. + +dist.package = $project-$version diff --git a/build/root.build b/build/root.build new file mode 100644 index 0000000..8b61f1c --- /dev/null +++ b/build/root.build @@ -0,0 +1,5 @@ +# file : build/root.build +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +using cxx # For common configuration. -- cgit v1.1