INPUT
Compilation Unit
-AddIncl"<fileName>"
<fileName>: name of the included file
None
None
None
Includes the specified file at the beginning of the compilation unit. It has the same effect as if written at the beginning of the compilation unit using double quotes ("..."):
#include "my headerfile.h"
See the following listing for the -AddIncl compiler option that includes the above header file.
-AddIncl"my headerfile.h"
-I: Include File Path compiler option