summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
diff options
context:
space:
mode:
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r--build/bootstrap.build18
1 files changed, 18 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 262791b..7c5dd61 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,2 +1,20 @@
+# file : build/bootstrap.build
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
project = cli
+
+using build@0.4.0
+
+version = 1.2.0-a2
+revision = 0
+
+dist.package = $project-$version
+
+if ($revision != 0)
+ dist.package += +$revision
+
using config
+using dist
+using test
+using install