(config)
| 574 | return root + exext + ".manifest" |
| 575 | |
| 576 | def rc_name(config): |
| 577 | # Get configtest name (including suffix) |
| 578 | root = configtest_name(config) |
| 579 | return root + ".rc" |
| 580 | |
| 581 | def generate_manifest(config): |
| 582 | msver = get_build_msvc_version() |
nothing calls this directly
no test coverage detected