The BUILD utility generates the following files, which are useful in determining build product status:
build.log | Contains a log of commands invoked via NMAKE. |
build.wrn | Contains a list of warnings generated during the build. |
build.err | Contains a list of errors generated during the build. |
Note Some compiler and linker warnings are filtered out by the BUILD utility. Filtered warnings do not appear in the statistics reported by BUILD, but they can be found in the build.log and build.wrn files.