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