Command Line Too Long in Makefile Can Cause Error: U1082

ID Number: Q49757

1.00 1.01 1.10 1.11 1.12 | 1.11 1.12

MS-DOS | OS/2

Summary:

NMAKE and MAKE require that all commands issued after a target

dependency are less than the DOS command-line limit of 128 characters.

If the command is too long, you may receive the following error

U1082: Not enough memory '...' cannot execute '...'

where '...' is the command that was attempted. This problem most

likely occurs with the link command line and can be easily resolved

with a response file. Response files are documented in the utilities

manual or the online help supplied with each compiler.