NMAKE !INCLUDE
Hi,
I just ran into an oddity with the !INCLUDE directive in NMAKE. If the INCLUDE
environment path has a directory in it with a "." (on NTFS), NMAKE doesn't
seem to keep scanning the list of directories to find the named include file.
If I reorder the INCLUDE variable to have the . containing directory after the
directory containing the make include file it works fine.
Ralph