Changes between Version 60 and Version 61 of BuildingOnWindows


Ignore:
Timestamp:
Jun 12, 2013 3:46:14 PM (11 years ago)
Author:
roger_fong@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v60 v61  
    3232If you're missing C:\Program Files (x86)\Common Files\Apple\Apple Application Support, then you haven't installed Apple Application Support which comes with installing either Quicktime or iTunes.
    3333
    34 === WebKitLibrariesDir ===
     34=== WebKit_Libraries ===
    3535If you see errors opening the WebKit solution in Visual Studio/Visual C++ Express that say:
    3636{{{
    37 "$(WebKitLibrariesDir)/tools/vsprops/common.vsprops could not be found or failed to load"
     37"$(WebKit_Libraries)/tools/vsprops/common.props could not be found or failed to load"
    3838}}}
    39 (or some other .vsprops file), you must set the "WebKitLibrariesDir" environment variable.  Make sure that "WebKitLibrariesDir" points to the "WebKitLibraries/win" directory, not the "WebKitLibraries/" directory.
     39(or some other .props file), you must set the "WebKit_Libraries" environment variable.  Make sure that "WebKit_Libraries" points to the "WebKitLibraries/win" directory, not the "WebKitLibraries/" directory.
    4040
    4141=== Missing packages in Cygwin ===