< Compile Options / Source Options >
[Format]
-preinclude=<file name>[,...]
|
[Description]
- | This option includes the specified file contents at the head of the compiling unit. |
- | If the file name is specified by its relative path, the folder is searched in the following order: |
- | Folder with the compilation unit |
- | Folder specified by the include option |
- | Folder specified by environment variable INC_RX |
- | Folder that started the compiler |
- | Multiple file names can be specified by separating them with a comma (,). |
[Remarks]
- | If this option is specified for more than one time, all specified files will be included. |