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

Function preprocess_c_cpp

v2/tools/msvc.py:395–397  ·  view source on GitHub ↗
(targets,sources=None)

Source from the content-addressed store, hash-verified

393 bjam.call('set-target-variable',targets,'PDB_NAME', os.path.splitext(targets[0])[0] + '.pdb')
394
395def 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

Callers 2

compile_c_preprocessFunction · 0.85
compile_cpp_preprocessFunction · 0.85

Calls 1

compile_c_cppFunction · 0.85

Tested by

no test coverage detected