diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 16:25:55 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 17:05:35 +0300 |
commit | 49cce16baa7ec26af089a50c9bcb6d2eebbcaf2a (patch) | |
tree | b3a4650c4861618cf1584a508993b503dd4b2143 /build | |
parent | 1e85919e1c3af7424a4d5bc6aef6c97b8f55c957 (diff) |
Establish build2 project
Diffstat (limited to 'build')
-rw-r--r-- | build/.gitignore | 1 | ||||
-rw-r--r-- | build/bootstrap.build | 10 | ||||
-rw-r--r-- | build/root.build | 3 |
3 files changed, 14 insertions, 0 deletions
diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..225c27f --- /dev/null +++ b/build/.gitignore @@ -0,0 +1 @@ +config.build diff --git a/build/bootstrap.build b/build/bootstrap.build new file mode 100644 index 0000000..3b8a543 --- /dev/null +++ b/build/bootstrap.build @@ -0,0 +1,10 @@ +# file : build/bootstrap.build +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : TBC; see accompanying LICENSE file + +project = buildos + +using version +using config +using dist +using install diff --git a/build/root.build b/build/root.build new file mode 100644 index 0000000..0561e4e --- /dev/null +++ b/build/root.build @@ -0,0 +1,3 @@ +# file : build/root.build +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : TBC; see accompanying LICENSE file |