Specifications

Error! Style not defined. 839
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 839 of 155 Printed: 10/09/00 02:49 PM
U1094 syntax error : only (NO)KEEP allowed here
Something other than KEEP or NOKEEP
appeared after the closing set of angle brackets
(<<) specifying an inline file. Only KEEP, NOKEEP, or a newline character may follow
the angle brackets. No spaces, tabs, or other characters may appear.
KEEP preserves the inline file on disk. NOKEEP deletes the file after the NMAKE
session. The default is NOKEEP.
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.
MS-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.
U1096 cannot open inline file filename
NMAKE could not create the given inline file.
One of the following occurred:
u The disk was full.
u A file with that name exists as a read-only file.
U1097 filename-parts syntax requires dependent
The current dependency does not have either an explicit dependent or an implicit
dependent. Filename-parts syntax, which uses the percent (%) specifier, represents
components of the first dependent of the current target.
U1098 illegal filename-parts syntax in string
The given string does not contain valid filename-parts syntax.
U1099
The makefile being processed was too complex for the current stack allocation in
NMAKE. NMAKE has an allocation of 0x3000 (12K).
To increase NMAKE’s stack allocation, run the EXEHDR utility with a larger stack
option:
EXEHDR /STACK:stacksize
where stacksize is a number greater than the current stack allocation in NMAKE.
NMAKE Error Messages