blob: a970bfba27b7109e8c7796a4ed92001eda0649c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# file : build/bootstrap.build
# 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
|