Hi,
I'm trying to build a project .mak file using NMAKE, but it can't find some standard headers:
Code:
..\..\source\DES\Des.c(7) : fatal error C1083: Cannot open include file: 'memory.h': No such file or directory
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
How do I tell NMAKE where my Include & Lib directories are?
Putting it in my PATH doesn't help.