description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: NMAKE Warning U4010 |
NMAKE Warning U4010 |
11/04/2016 |
|
|
99d8eb9a-ae31-40d1-b8c5-8c66732127d3 |
'target' : build failed; /K specified, continuing ...
A command in the commands block for the given target returned a nonzero exit code. The /K option told NMAKE to continue processing unrelated parts of the build and to issue an exit code 1 when the NMAKE session is finished.
If the given target is, itself, a dependent for another target, NMAKE issues warning U4011 after this warning.