From c106259517d7693ea8e24564bc890fe575d5edcd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Jan 2015 14:11:14 +0200 Subject: Implement rule chaining for cxx::link --- build/b.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/b.cxx') diff --git a/build/b.cxx b/build/b.cxx index 5135761..14b23fc 100644 --- a/build/b.cxx +++ b/build/b.cxx @@ -159,6 +159,9 @@ main (int argc, char* argv[]) target_types.insert (exe::static_type); target_types.insert (obj::static_type); + target_types.insert (cxx::h::static_type); + target_types.insert (cxx::c::static_type); + target_types.insert (cxx::cxx::static_type); target_types.insert (cxx::hxx::static_type); target_types.insert (cxx::ixx::static_type); -- cgit v1.1