| |||
| Home > Compiler Command-line Options > Command-line options > ‑‑preinclude=filename | |||
This option instructs the compiler to include the source code of the specified file at the beginning of the compilation.
--preinclude=filename
Where:
filenameis the name of the file whose source code is to be included.
This option can be used to establish standard macro definitions.
The is searched
for in the directories on the include search list.filename
It is possible to repeatedly specify this option on the command line. This results in preincluding the files in the order specified.
Header files in the Compiler User Guide.