From 49cce16baa7ec26af089a50c9bcb6d2eebbcaf2a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 11 May 2017 16:25:55 +0300 Subject: Establish build2 project --- build/.gitignore | 1 + build/bootstrap.build | 10 ++++++++++ build/root.build | 3 +++ 3 files changed, 14 insertions(+) create mode 100644 build/.gitignore create mode 100644 build/bootstrap.build create mode 100644 build/root.build (limited to 'build') 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 -- cgit v1.1