Unsupported NMAKE options

1 minute read
  • /C (Suppresses default output, including nonfatal NMAKE errors or warnings, timestamps, and NMAKE copyright message. Suppresses warnings issued by /K.)

  • /T (Updates timestamps of command-line targets (or first makefile target) and executes preprocessing commands, but does not run the build.)

  • /NOLOGO (Suppresses the NMAKE copyright message.)

  • /ERRORREPORT (If nmake.exe fails at runtime, sends information to Microsoft about these internal errors.)