Changes between Version 31 and Version 32 of BuildingOnWindows


Ignore:
Timestamp:
Oct 14, 2009 11:34:25 AM (14 years ago)
Author:
dbates@webkit.org
Comment:

Add (non-ideal) workaround for Visual Studio 2005 missing Crypt32.lib error

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v31 v32  
    2424=== Bad line endings ===
    2525When you see errors in WebCore/css/makeprops or WebCore/css/maketokenizer, open those files in a suitable editor (SciTE works) and convert the line endings to LF only (Unix-style). Then restart the build.
     26
     27=== Visual Studio 2005 ===
     28
     29Early versions of Visual Studio 2005 are [http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=101120 missing the library 'Crypt32.lib']. A workaround is to download and install the [http://www.microsoft.com/downloads/details.aspx?familyid=0baf2b35-c656-4969-ace8-e4c0c0716adb&displaylang=en Windows Server 2003 R2 Platform SDK] then copy the file 'Crypt32.lib' from the directory C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib to %VSINSTALLDIR%\VC\PlatformSDK\Lib.
    2630
    2731=== Visual C++ Express Edition ===