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