Nmake returns the exit codes as shown in the following table.
0 | No error (possibly a warning). |
1 | Incomplete build (only issued when /k is used). |
2 | Program error, possibly due to:
|
4 | System error, out of memory. |
255 | Target is out-of-date (only issued when /q is used). |