MCPcopy Create free account
hub / github.com/boostorg/build / compile_cpp

Function compile_cpp

v2/tools/msvc.py:319–323  ·  view source on GitHub ↗
(targets,sources=[],properties=None)

Source from the content-addressed store, hash-verified

317toolset.flags( 'msvc', 'YLOPTION', [], ['-Yl'] )
318
319def 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
325def compile_cpp_preprocess(targets,sources=[],properties=None):
326 get_rspline(targets,'-TP')

Callers

nothing calls this directly

Calls 2

get_rsplineFunction · 0.85
compile_c_cppFunction · 0.85

Tested by

no test coverage detected