To pass the project specific options add them to the proj_options.lnt file.
In the proj_options.lnt file, add all the paths where it can find your project files with the -i PC-lint option, as the following listing shows:
// Include paths used -i%PROJ_PATH% -i%PROJ_PATH%\Sources -i%PROJ_PATH%\Generated_Code -i%CW_PATH%\lib\hc08c\include
Additionally, specify all the global options, e.g. to inhibit messages:
// inhibit messages for Processor Expert libraries -elib(19, 10) -e766 +libh(Events.h, Cpu.h)