blob: 9d71e6a914dbd155f6e9cbd427984f8f0c37cc64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = build2
version = 0.1.0
subprojects = # No subprojects.
using config
using dist
using test
dist.package = $project-$version
|