During the compilation of the 300+ files that make up my project, having the name of the file being compiled would be helpful. It's no problem when there is an error as the MAKE will quit, and the file name shows up in that case anyway. But when there are warnings, it can be difficult to track down which file contains the problem. If there are no errors, I really don't care about the name of the file all that much.
Or is there a compiler option that I am missing?
Thanks, Bill