diff options
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 13 |
1 files changed, 13 insertions, 0 deletions
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 |