aboutsummaryrefslogtreecommitdiff
path: root/build/b.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-16 14:11:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-16 14:11:14 +0200
commitc106259517d7693ea8e24564bc890fe575d5edcd (patch)
treebbf87f83edeaf60ff3dfa6fff33c6b7504f5318b /build/b.cxx
parentdf50091259a34fa4718f38c0e3b7b64f6e2469ac (diff)
Implement rule chaining for cxx::link
Diffstat (limited to 'build/b.cxx')
-rw-r--r--build/b.cxx3
1 files changed, 3 insertions, 0 deletions
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);