From 6362c4e4eda8340eedc73dfdbf6b92b281ccbadd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Mar 2017 11:51:24 +0200 Subject: Implement support for wildcard patterns --- build2/bin/target.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build2/bin') diff --git a/build2/bin/target.cxx b/build2/bin/target.cxx index cf187fa..2be5686 100644 --- a/build2/bin/target.cxx +++ b/build2/bin/target.cxx @@ -41,6 +41,7 @@ namespace build2 &file::static_type, &objx_factory, &target_extension_var, + &target_pattern_var, nullptr, &search_target, // Note: not _file(); don't look for an existing file. false @@ -52,6 +53,7 @@ namespace build2 &file::static_type, &objx_factory, &target_extension_var, + &target_pattern_var, nullptr, &search_target, // Note: not _file(); don't look for an existing file. false @@ -63,6 +65,7 @@ namespace build2 &file::static_type, &objx_factory, &target_extension_var, + &target_pattern_var, nullptr, &search_target, // Note: not _file(); don't look for an existing file. false @@ -103,6 +106,7 @@ namespace build2 &obj_factory, nullptr, nullptr, + nullptr, &search_target, false }; @@ -139,6 +143,7 @@ namespace build2 &file::static_type, &libx_factory, &target_extension_var, + &target_pattern_var, nullptr, &search_file, false @@ -150,6 +155,7 @@ namespace build2 &file::static_type, &libx_factory, &target_extension_var, + &target_pattern_var, nullptr, &search_file, false @@ -199,6 +205,7 @@ namespace build2 &lib_factory, nullptr, nullptr, + nullptr, &search_target, false }; @@ -211,6 +218,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + &target_pattern_var, nullptr, &search_file, false -- cgit v1.1