From 4d1c02b736f4c1e827b11085cdc83ce4b46c03d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 26 Jun 2016 16:06:54 +0200 Subject: Add notion of ad hoc group, use to handle DLL/import library --- build2/dist/rule.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build2/dist') diff --git a/build2/dist/rule.cxx b/build2/dist/rule.cxx index f3a99f9..e2bad9a 100644 --- a/build2/dist/rule.cxx +++ b/build2/dist/rule.cxx @@ -36,7 +36,9 @@ namespace build2 if (p.proj () != nullptr) continue; - // If we can, go inside see-through groups. + // If we can, go inside see-through groups. Note that here we are + // not going into ad hoc groups but maybe we should (which would + // have to be done after match()). // if (p.type ().see_through && i.enter_group ()) continue; -- cgit v1.1