mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
fix debug build on recent VS releases of msvc
This commit is contained in:
8
Externals/mbedtls/mbedTLS.vcxproj
vendored
8
Externals/mbedtls/mbedTLS.vcxproj
vendored
@ -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" />
|
||||
|
Reference in New Issue
Block a user