summaryrefslogtreecommitdiff
path: root/mhello/build
diff options
context:
space:
mode:
Diffstat (limited to 'mhello/build')
-rw-r--r--mhello/build/.gitignore1
-rw-r--r--mhello/build/bootstrap.build7
-rw-r--r--mhello/build/root.build9
3 files changed, 17 insertions, 0 deletions
diff --git a/mhello/build/.gitignore b/mhello/build/.gitignore
new file mode 100644
index 0000000..225c27f
--- /dev/null
+++ b/mhello/build/.gitignore
@@ -0,0 +1 @@
+config.build
diff --git a/mhello/build/bootstrap.build b/mhello/build/bootstrap.build
new file mode 100644
index 0000000..5243f55
--- /dev/null
+++ b/mhello/build/bootstrap.build
@@ -0,0 +1,7 @@
+project = mhello
+
+using version
+using config
+using dist
+using test
+using install
diff --git a/mhello/build/root.build b/mhello/build/root.build
new file mode 100644
index 0000000..a6a0f1b
--- /dev/null
+++ b/mhello/build/root.build
@@ -0,0 +1,9 @@
+cxx.std = experimental
+
+using cxx
+
+cxx{*}: extension = cxx
+
+# Specify the test target for cross-testing.
+#
+test.target = $cxx.target