Microsoft Utilities Errors Help (utilerr.hlp) (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.
U1095
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal NMAKE error U1095
 
     expanded command line 'commandline' too long
 
     After macro expansion, the command line shown exceeded the length
     limit for command lines for the operating system.
 
     DOS permits up to 128 characters on a command line.
 
     If the command is for a program that can accept command-line input
     from a file, change the command and supply input from either a
     file on disk or an inline file. For example, LINK and LIB accept
     input from a response file.
                                    -♦-