summaryrefslogtreecommitdiff
path: root/libhello/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-04 14:29:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-04 14:29:05 +0200
commit49261d3c921a16bffd491555d3a41ea1e5410d13 (patch)
treef0081f7a03da5226f60782d9731156cceb7ac9fb /libhello/build
parentcb647d3e1affe6b1ebd8a31b1ad5f7a76cde63ab (diff)
Regenerate libhello using bdep-new
Diffstat (limited to 'libhello/build')
-rw-r--r--libhello/build/.gitignore2
-rw-r--r--libhello/build/bootstrap.build2
-rw-r--r--libhello/build/root.build8
3 files changed, 10 insertions, 2 deletions
diff --git a/libhello/build/.gitignore b/libhello/build/.gitignore
index 225c27f..4a730a3 100644
--- a/libhello/build/.gitignore
+++ b/libhello/build/.gitignore
@@ -1 +1,3 @@
config.build
+root/
+bootstrap/
diff --git a/libhello/build/bootstrap.build b/libhello/build/bootstrap.build
index 1ff153d..adf8e92 100644
--- a/libhello/build/bootstrap.build
+++ b/libhello/build/bootstrap.build
@@ -2,6 +2,6 @@ project = libhello
using version
using config
-using dist
using test
+using dist
using install
diff --git a/libhello/build/root.build b/libhello/build/root.build
index 8ceadfa..9c83a8a 100644
--- a/libhello/build/root.build
+++ b/libhello/build/root.build
@@ -1,6 +1,12 @@
-cxx.std = 11
+cxx.std = latest
using cxx
hxx{*}: extension = hxx
+ixx{*}: extension = ixx
+txx{*}: extension = txx
cxx{*}: extension = cxx
+
+# The test target for cross-testing (running tests under Wine, etc).
+#
+test.target = $cxx.target