My build failed at this point in the NT makefile

!if [echo MSC_VER=_MSC_VER > $(OUTDIR)\vcversion.c]
!endif
!if [cl /nologo /EP $(OUTDIR)\vcversion.c > $(OUTDIR)\vcversion.tmp]
!endif
!include "$(OUTDIR)\vcversion.tmp"


because OUTDIR was defined as

OUTDIR=$(BLDNT)\obj

but there is no check for or code to create $OUTDIR before usage that I can see

I created the directory by hand and all was well after that.
--
Matthew O. Persico