Microsoft SDK for Java

Nmake Exit Codes

Nmake returns the exit codes as shown in the following table.

Nmake Exit Codes

0 No error (possibly a warning).
1 Incomplete build (only issued when /k is used).
2 Program error, possibly due to:
  • A syntax error in the makefile.

  • An error or exit code from a command.

  • An interruption by the user.
4 System error, out of memory.
255 Target is out-of-date (only issued when /q is used).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.