(id, source_types, target_types, requirements, optional_properties = [])
| 562 | return CompileAction |
| 563 | |
| 564 | def register_c_compiler (id, source_types, target_types, requirements, optional_properties = []): |
| 565 | g = CCompilingGenerator (id, False, source_types, target_types, requirements + optional_properties) |
| 566 | return generators.register (g) |
| 567 | |
| 568 | |
| 569 | class LinkingGenerator (generators.Generator): |
nothing calls this directly
no test coverage detected