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

Function compile_c

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

Source from the content-addressed store, hash-verified

287 bjam.call('set-target-variable', targets, 'CC_RSPLINE', result)
288
289def compile_c(targets, sources = [], properties = None):
290 get_manager().engine().set_target_variable( targets[1], 'C++FLAGS', '' )
291 get_rspline(targets, '-TC')
292 sources += bjam.call('get-target-variable',targets,'PCH_FILE')
293 sources += bjam.call('get-target-variable',targets,'PCH_HEADER')
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', '' )

Callers

nothing calls this directly

Calls 4

get_managerFunction · 0.90
get_rsplineFunction · 0.85
compile_c_cppFunction · 0.85
engineMethod · 0.80

Tested by

no test coverage detected