blob: 3b0f1ae626aa60e7b94e7a45f5d0fc012334f9c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = libstd-modules
using version
using config
using dist
using test
using install
|