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

Function compile_c_preprocess

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

Source from the content-addressed store, hash-verified

294 compile_c_cpp(targets,sources)
295
296def compile_c_preprocess(targets, sources = [], properties = None):
297 get_manager().engine().set_target_variable( target[1], 'C++FLAGS', '' )
298 get_rspline(targets, '-TC')
299 sources += bjam.call('get-target-variable',targets,'PCH_FILE')
300 sources += bjam.call('get-target-variable',targets,'PCH_HEADER')
301 preprocess_c_cpp(targets,sources)
302
303def compile_c_pch(targets, sources = [], properties = []):
304 get_manager().engine().set_target_variable( target[1], 'C++FLAGS', '' )

Callers

nothing calls this directly

Calls 4

get_managerFunction · 0.90
get_rsplineFunction · 0.85
preprocess_c_cppFunction · 0.85
engineMethod · 0.80

Tested by

no test coverage detected