(targets,sources=None)
| 393 | bjam.call('set-target-variable',targets,'PDB_NAME', os.path.splitext(targets[0])[0] + '.pdb') |
| 394 | |
| 395 | def preprocess_c_cpp(targets,sources=None): |
| 396 | #same as above |
| 397 | return compile_c_cpp(targets,sources) |
| 398 | |
| 399 | # Action for running the C/C++ compiler using precompiled headers. In addition |
| 400 | # to whatever else it needs to compile, this action also adds a temporary source |
no test coverage detected