blob: 26cbc0fe0943bd6a4a344940e138d8a00724bbfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = build2
using version
using config
using test
using dist
using install
|