Windows: Permit thirdparty/NTMakefile.version
NTMakefile.version defines company names and build options. Do not require third parties to commit their modifications within the Heimdal repo. Change-Id: Ifb4d82e05f40023a2c29bd5cb4c3445c0bd876d3
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
!if exist (..\..\..\windows\NTMakefile.version)
|
||||
!if exist (..\..\..\thirdparty\NTMakefile.version)
|
||||
! include <..\..\..\thirdparty\NTMakefile.version>
|
||||
!elseif exist (..\..\thirdparty\NTMakefile.version)
|
||||
! include <..\..\thirdparty\NTMakefile.version>
|
||||
!elseif exist (..\thirdparty\NTMakefile.version)
|
||||
! include <..\thirdparty\NTMakefile.version>
|
||||
!elseif exist (thirdparty\NTMakefile.version)
|
||||
! include <thirdparty\NTMakefile.version>
|
||||
!elseif exist (..\..\..\windows\NTMakefile.version)
|
||||
! include <..\..\..\windows\NTMakefile.version>
|
||||
!elseif exist (..\..\windows\NTMakefile.version)
|
||||
! include <..\..\windows\NTMakefile.version>
|
||||
|
Reference in New Issue
Block a user