diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:27:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:27:59 +0200 |
commit | d1753af195bccde1690f639ee83a6a8611d9e323 (patch) | |
tree | 4f51663112a1be23ef7089fc29f8df86d38bef2f /build/bootstrap.build |
"Hello World" printer C++ library with build2
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build new file mode 100644 index 0000000..a7e8eb6 --- /dev/null +++ b/build/bootstrap.build @@ -0,0 +1,14 @@ +project = libprint +version = 1.0.0 +revision = 0 + +using config +using dist +using install + +dist.package = $project-$version + +if ($revision != 0) +{ + dist.package += +$revision +} |