ILE C/C++ Compiler Reference

INCDIR

Lets you redefine the path used to locate include header files when compiling a source stream file. This option is ignored if the source file's location is not defined as an IFS path with the SRCSTMF compiler option, or if the full absolute path name is specified on the #include directive.

|--+----------------------------------------+-------------------|
   |          .-*NONE------------------.    |
   |          | .--------------------. |    |
   |          | V                    | |    |
   '-INCDIR(--+-----directory-name---+-+--)-'
 
 

*NONE
Default setting. No directories are inserted at the start of the default user include path.
directory-name
Specifies a directory name to be inserted at the start of the default user include path. More than one directory name can be entered. Directories are inserted at the start of the default user include path in the order they are entered.


[ Top of Page | Previous Page | Next Page | Table of Contents ]