blob: 134bc116a3e4bc53d52812d91a8e7a424f8d62b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = build2
using build@0.4.0
version = 0.4.0
revision = 0
dist.package = $project-$version
if ($revision != 0)
dist.package += +$revision
using config
using dist
using test
using install
|