summaryrefslogtreecommitdiff
path: root/hello/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-04 14:42:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-04 14:46:36 +0200
commite541a7f334971f913b1033d9e8f4f75f1de02703 (patch)
treec609304002b77001fd356b02e94b6c75a2d178f0 /hello/build
parente9802dbaedcbde98232a46abac22349cb5909ca8 (diff)
Regenerate hello using bdep-new
Diffstat (limited to 'hello/build')
-rw-r--r--hello/build/.gitignore2
-rw-r--r--hello/build/bootstrap.build2
-rw-r--r--hello/build/root.build7
3 files changed, 8 insertions, 3 deletions
diff --git a/hello/build/.gitignore b/hello/build/.gitignore
index 225c27f..4a730a3 100644
--- a/hello/build/.gitignore
+++ b/hello/build/.gitignore
@@ -1 +1,3 @@
config.build
+root/
+bootstrap/
diff --git a/hello/build/bootstrap.build b/hello/build/bootstrap.build
index 5990cab..3268a30 100644
--- a/hello/build/bootstrap.build
+++ b/hello/build/bootstrap.build
@@ -2,6 +2,6 @@ project = hello
using version
using config
-using dist
using test
+using dist
using install
diff --git a/hello/build/root.build b/hello/build/root.build
index 7c65dab..9c83a8a 100644
--- a/hello/build/root.build
+++ b/hello/build/root.build
@@ -1,9 +1,12 @@
-cxx.std = 11
+cxx.std = latest
using cxx
+hxx{*}: extension = hxx
+ixx{*}: extension = ixx
+txx{*}: extension = txx
cxx{*}: extension = cxx
-# Specify the test target for cross-testing.
+# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $cxx.target