NMAKE Fatal Error U1082

'command' : cannot execute command; out of memory

There is not enough memory to execute the given command.

One solution is to use the /N option to generate a batch file, then run the batch file instead of using NMAKE. In most cases the results will be the same.