Added threading modlue to VS project files
This commit is contained in:
parent
30b95fa921
commit
356b0ad8bb
2 changed files with 10 additions and 0 deletions
|
@ -192,6 +192,7 @@
|
|||
<ClInclude Include="..\..\include\polarssl\ssl_cache.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\ssl_ciphersuites.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\ssl.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\threading.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\timing.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\version.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\x509_crl.h" />
|
||||
|
@ -252,6 +253,7 @@
|
|||
<ClCompile Include="..\..\library\ssl_cli.c" />
|
||||
<ClCompile Include="..\..\library\ssl_srv.c" />
|
||||
<ClCompile Include="..\..\library\ssl_tls.c" />
|
||||
<ClCompile Include="..\..\library\threading.c" />
|
||||
<ClCompile Include="..\..\library\timing.c" />
|
||||
<ClCompile Include="..\..\library\version.c" />
|
||||
<ClCompile Include="..\..\library\x509.c" />
|
||||
|
|
|
@ -289,6 +289,10 @@ SOURCE=..\..\library\ssl_tls.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\threading.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\timing.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -529,6 +533,10 @@ SOURCE=..\..\include\polarssl\ssl.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\threading.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\timing.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Reference in a new issue