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:
Jeffrey Altman
2013-09-14 23:49:10 -04:00
parent 1154d5d080
commit bc7a1533b9

View File

@@ -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>