The APU C Preprocessor and APU C++ Preprocessor pages allow you to configure options for manual preprocessing of files in your project. This tool is not used in the build process.
The following table describes the options available on the APU C Preprocessor and APU C++ Preprocessor pages.
| Option | Description |
|---|---|
| Command | Command that will be used by Vision Extension Package to run the
preprocessor. Note: Preprocessor uses the same tool as the compiler and thus the
commands in the command line reflect those found on APU C
Compiler and APU C++ Compiler pages. The
difference is in command line options used to run the tool, as shown in the All
options field.
Default: ${apu_compiler} |
| All options | Expanded command line options the preprocessor will be called with. Shows actual values of variables and options according to Command line pattern. Default: -E (Preprocess only) |
| Command line pattern | Command line to call the preprocessor. Default: ${COMMAND} ${FLAGS} ${INPUTS} |