mirror of https://github.com/BOINC/boinc.git
- WIN_BUILD: Remove references to crypto.cpp, and .h from
libboinc_staticcrt so that projects who use it won't need to worry about pulling in OpenSSL. win_build/ libboinc_staticcrt.vcproj svn path=/trunk/boinc/; revision=22196
This commit is contained in:
parent
d0ea0dbcbf
commit
f2221702bf
|
@ -5909,3 +5909,11 @@ Rom 11 Aug 2010
|
|||
AdvancedFrame.cpp
|
||||
sg_BoincSimpleGUI.cpp
|
||||
WizardAttach.cpp
|
||||
|
||||
Rom 11 Aug 2010
|
||||
- WIN_BUILD: Remove references to crypto.cpp, and .h from
|
||||
libboinc_staticcrt so that projects who use it won't need to
|
||||
worry about pulling in OpenSSL.
|
||||
|
||||
win_build/
|
||||
libboinc_staticcrt.vcproj
|
||||
|
|
|
@ -484,10 +484,6 @@
|
|||
RelativePath="..\lib\coproc.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\crypt.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\diagnostics.cpp"
|
||||
>
|
||||
|
@ -1026,10 +1022,6 @@
|
|||
RelativePath="..\lib\coproc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\crypt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\diagnostics.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue