| « Prev 4.3.3.9 The Object Builder | Table of Contents | Next » 4.3.3.11 The Program Builder |
env.Preprocess(target, source) # Example env.Preprocess("module-preprocessed.cc", "module.cc")
The Preprocess builder invokes either ${CC} or ${CXX} (depending on if
the source contains an extension in ${CXXSUFFIX} or not) and writes the
preprocessed output to the target file.
| « Prev 4.3.3.9 The Object Builder | Table of Contents | Next » 4.3.3.11 The Program Builder |