Rom 23 Apr 2007

- fixes #120 - Rebuild all 32-bit Windows dependencies using
        VS 2005 so tht they all depend on the new CRT runtime. Make
        sure all dependencies include an application manifest.
    - WIN: Rebuild libcurl for x64 and include an application
        manifest so that it can find MSVCR80 when executing.
        
    curl/
        <multiple files>
    openssl/
        <multiple files>
    zlib/
        <multiple files>

svn path=/trunk/boinc/; revision=12453
This commit is contained in:
Rom Walton 2007-04-23 19:57:20 +00:00
parent fe32380dcf
commit 20cdf242e6
1 changed files with 14 additions and 0 deletions

View File

@ -3914,3 +3914,17 @@ David 23 Apr 2007
tools/ tools/
make_project make_project
uc_wu, uc_result (new) uc_wu, uc_result (new)
Rom 23 Apr 2007
- fixes #120 - Rebuild all 32-bit Windows dependencies using
VS 2005 so tht they all depend on the new CRT runtime. Make
sure all dependencies include an application manifest.
- WIN: Rebuild libcurl for x64 and include an application
manifest so that it can find MSVCR80 when executing.
curl/
<multiple files>
openssl/
<multiple files>
zlib/
<multiple files>