From 20cdf242e6f042e1d955e1071d937abda86ad4c0 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 23 Apr 2007 19:57:20 +0000 Subject: [PATCH] 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/ openssl/ zlib/ svn path=/trunk/boinc/; revision=12453 --- checkin_notes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/checkin_notes b/checkin_notes index 8b2da746e6..2a5b2b87ec 100755 --- a/checkin_notes +++ b/checkin_notes @@ -3914,3 +3914,17 @@ David 23 Apr 2007 tools/ make_project 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/ + + openssl/ + + zlib/ +