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.
U1095
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     NMAKE Fatal Error U1095
 
     expanded command line 'commandline' too long
 
     After macro expansion, the given command line exceeded the limit
     on length of 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.
                                    -♦-