Fixing windows build: don't compile c files which are included

This commit is contained in:
Teppo Järvelin 2019-09-10 14:04:36 +03:00
parent f69e641e03
commit fc6df59db0

View file

@ -299,12 +299,6 @@
<ClCompile Include="..\..\library\version.c" /> <ClCompile Include="..\..\library\version.c" />
<ClCompile Include="..\..\library\version_features.c" /> <ClCompile Include="..\..\library\version_features.c" />
<ClCompile Include="..\..\library\x509.c" /> <ClCompile Include="..\..\library\x509.c" />
<ClCompile Include="..\..\library\x509_create.c" />
<ClCompile Include="..\..\library\x509_crl.c" />
<ClCompile Include="..\..\library\x509_crt.c" />
<ClCompile Include="..\..\library\x509_csr.c" />
<ClCompile Include="..\..\library\x509write_crt.c" />
<ClCompile Include="..\..\library\x509write_csr.c" />
<ClCompile Include="..\..\library\xtea.c" /> <ClCompile Include="..\..\library\xtea.c" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />