Fixed: crtheaders.h not getting regenerated on Clean Build

https://github.com/PowerShell/Win32-OpenSSH/issues/516
This commit is contained in:
Manoj Ampalam 2017-02-06 11:19:26 -08:00
parent 13f99e8cb8
commit 776151cfac

View File

@ -201,4 +201,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
<Target Name="BeforeClean">
<Delete Files="$(OpenSSH-Src-Path)contrib\win32\win32compat\inc\crtheaders.h" />
</Target>
</Project> </Project>