aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: dc8fcee72c712d560d375c8cd63e3420d49dfd2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# file      : build/bootstrap.build
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

project = brep

using build@0.4.0

version = 0.4.0

abi_major = 0
abi_minor = 4
abi_patch = 0
abi_prerelease = false

revision = 0

dist.package = $project-$version

if ($revision != 0)
  dist.package += +$revision

using config
using dist
using test
using install