From e541a7f334971f913b1033d9e8f4f75f1de02703 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 May 2018 14:42:58 +0200 Subject: Regenerate hello using bdep-new --- hello/build/.gitignore | 2 ++ hello/build/bootstrap.build | 2 +- hello/build/root.build | 7 +++++-- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'hello/build') 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 -- cgit v1.1