Everything

-include


< Compile Options / Source Options >

[Format]

-include=<path name>[,...]

[Description]

-

This option specifies the name of the path to the folder that stores the include file.

-

Multiple path names can be specified by separating them with a comma (,).

-

Searching for files with names enclosed in "<" and ">" proceeds in order of the folders specified by the include option, the folders specified by environment variable INC_RX.

-

Searching for files with names enclosed in double quotation marks ("") proceeds in order of the storage folder of the file for which the #include statement is made, the folders specified by the include option, the folders specified by environment variable INC_RX.

-

If two or more folders are specified in the include option, searching proceeds in order of specifications of the pathnames for the folders on the command line (from left to right).

[Remarks]

-

If this option is specified for more than one time, all specified path names are valid.