blob: a40db37e2a491fc5fc27ec1403c14efae67222d3 (
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.save() during perform update.
#
config.config.module = true
using version
using config
using test
using dist
using install
|