aboutsummaryrefslogtreecommitdiff
path: root/build/b.cxx
diff options
context:
space:
mode:
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);