fix debug build on recent VS releases of msvc

This commit is contained in:
Shawn Hoffman
2018-09-29 22:27:43 -07:00
parent 0e0fd18d5e
commit 3b3551f040
2 changed files with 112 additions and 38 deletions

View File

@ -37,7 +37,9 @@
<PropertyGroup Label="UserMacros" />
<ItemGroup>
<ClCompile Include="library\aes.c" />
<ClCompile Include="library\aesni.c" />
<ClCompile Include="library\aesni.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="library\arc4.c" />
<ClCompile Include="library\asn1parse.c" />
<ClCompile Include="library\asn1write.c" />
@ -73,7 +75,9 @@
<ClCompile Include="library\memory_buffer_alloc.c" />
<ClCompile Include="library\net_sockets.c" />
<ClCompile Include="library\oid.c" />
<ClCompile Include="library\padlock.c" />
<ClCompile Include="library\padlock.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="library\pem.c" />
<ClCompile Include="library\pk.c" />
<ClCompile Include="library\pk_wrap.c" />