Compiler Search paths

How to get the list of compiler search paths for system headers while compiling using Keil Microvision

E.g.: In case of GCC compilers, Compiler search path could be found by compiling a source file as “compiler.exe –v sourceFile.c –o sourceFile.o

Is there a similar option for Keil?

Just for hints: We are making use of µVision to run the Keil build using the command:  C:/Keil_v5/UV4/UV4.exe -b prj.uvprojx

More questions in this forum