Exit Codes from NMAKE
NMAKE returns the following exit codes:
Code | Meaning |
---|---|
0 |
No error (possibly a warning) |
1 |
Incomplete build (issued only when /K is used) |
2 |
Program error, possibly due to one of the following: |
|
|
|
|
|
|
4 |
System error — out of memory |
255 |
Target is not up-to-date (issued only when /Q is used) |