extend windows build system for additional subdirs

Permit an additional level of subdirectory depth in
the Windows build system

Change-Id: I2d248d3e917e13457ca135c4a221d723643159fa
This commit is contained in:
Jeffrey Altman
2011-05-16 22:31:58 -04:00
committed by Jeffrey Altman
parent e8aea380be
commit 1301b1cc15

View File

@@ -55,6 +55,8 @@ SRC=$(MAKEDIR)\..
SRC=$(MAKEDIR)\..\..
!elseif exist($(MAKEDIR)\..\..\..\windows\NTMakefile.w32)
SRC=$(MAKEDIR)\..\..\..
!elseif exist($(MAKEDIR)\..\..\..\..\windows\NTMakefile.w32)
SRC=$(MAKEDIR)\..\..\..\..
!else
! error Cant determine source directory
!endif