CompuServe Thread

NMAKE !INCLUDE

1 messages in this thread
#50722From: Ralph BrownAug 4, 1993 9:41 AM
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