mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 20:15:31 +00:00
Fixing windows build: don't compile c files which are included
This commit is contained in:
parent
f69e641e03
commit
fc6df59db0
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue