aboutsummaryrefslogtreecommitdiff
path: root/build2/dist
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-06-26 16:06:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-06-26 16:06:54 +0200
commit4d1c02b736f4c1e827b11085cdc83ce4b46c03d1 (patch)
tree8d6a8318c23b1e9085d73c36843c90e875a52095 /build2/dist
parent70d00b9f7f3266c1962f6d5a6fc8de1866c67949 (diff)
Add notion of ad hoc group, use to handle DLL/import library
Diffstat (limited to 'build2/dist')
-rw-r--r--build2/dist/rule.cxx4
1 files changed, 3 insertions, 1 deletions
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;