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

Function preprocess_c_cpp

src/tools/msvc.py:399–401  ·  view source on GitHub ↗
(targets,sources=None)

Source from the content-addressed store, hash-verified

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

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