NMAKE Help (nmake.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
U4011
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     NMAKE Warning U4011
 
     'target' : not all dependents available; target not built
 
     A dependent of the given target either did not exist or was
     out-of-date, and a command for updating the dependent 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.
 
     This warning is preceded by warning U4010 for each dependent that
     failed to be created or updated.
                                    -♦-