(targets,sources=[],properties=None)
| 317 | toolset.flags( 'msvc', 'YLOPTION', [], ['-Yl'] ) |
| 318 | |
| 319 | def compile_cpp(targets,sources=[],properties=None): |
| 320 | get_rspline(targets,'-TP') |
| 321 | sources += bjam.call('get-target-variable',targets,'PCH_FILE') |
| 322 | sources += bjam.call('get-target-variable',targets,'PCH_HEADER') |
| 323 | compile_c_cpp(targets,sources) |
| 324 | |
| 325 | def compile_cpp_preprocess(targets,sources=[],properties=None): |
| 326 | get_rspline(targets,'-TP') |
nothing calls this directly
no test coverage detected