mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 18:25:44 +01:00
Added threading modlue to VS project files
This commit is contained in:
parent
30b95fa921
commit
356b0ad8bb
@ -192,6 +192,7 @@
|
|||||||
<ClInclude Include="..\..\include\polarssl\ssl_cache.h" />
|
<ClInclude Include="..\..\include\polarssl\ssl_cache.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ssl_ciphersuites.h" />
|
<ClInclude Include="..\..\include\polarssl\ssl_ciphersuites.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\ssl.h" />
|
<ClInclude Include="..\..\include\polarssl\ssl.h" />
|
||||||
|
<ClInclude Include="..\..\include\polarssl\threading.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\timing.h" />
|
<ClInclude Include="..\..\include\polarssl\timing.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\version.h" />
|
<ClInclude Include="..\..\include\polarssl\version.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\x509_crl.h" />
|
<ClInclude Include="..\..\include\polarssl\x509_crl.h" />
|
||||||
@ -252,6 +253,7 @@
|
|||||||
<ClCompile Include="..\..\library\ssl_cli.c" />
|
<ClCompile Include="..\..\library\ssl_cli.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_srv.c" />
|
<ClCompile Include="..\..\library\ssl_srv.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_tls.c" />
|
<ClCompile Include="..\..\library\ssl_tls.c" />
|
||||||
|
<ClCompile Include="..\..\library\threading.c" />
|
||||||
<ClCompile Include="..\..\library\timing.c" />
|
<ClCompile Include="..\..\library\timing.c" />
|
||||||
<ClCompile Include="..\..\library\version.c" />
|
<ClCompile Include="..\..\library\version.c" />
|
||||||
<ClCompile Include="..\..\library\x509.c" />
|
<ClCompile Include="..\..\library\x509.c" />
|
||||||
|
@ -289,6 +289,10 @@ SOURCE=..\..\library\ssl_tls.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\library\threading.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\library\timing.c
|
SOURCE=..\..\library\timing.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -529,6 +533,10 @@ SOURCE=..\..\include\polarssl\ssl.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\polarssl\threading.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\include\polarssl\timing.h
|
SOURCE=..\..\include\polarssl\timing.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
Loading…
Reference in New Issue
Block a user