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:

committed by
Jeffrey Altman

parent
e8aea380be
commit
1301b1cc15
@@ -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
|
||||
|
Reference in New Issue
Block a user