How can I run cl.exe (MS VC++ 6.0) verbosely?
Just like 'gcc -v -v'
I desparately want to see what header files have been included upon the compilation.

Thanks!