blob: e6c0eb424db8e048980e8792c84cbf2228460d97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = build2
# Force config module creation for meta-opeations other than configure so that
# we can call $config.export() during perform update.
#
config.module = true
using version
using config
using test
using dist
using install
|