Changeset 85815 in webkit


Ignore:
Timestamp:
May 4, 2011 5:43:01 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-04 Fridrich Strba <fridrich.strba@bluewin.ch>

Reviewed by Martin Robinson.

Windows build of WebKit GTK needs to be able to find SystemInfo.h
https://bugs.webkit.org/show_bug.cgi?id=60221

  • GNUmakefile.am: add Source/WebCore/platform/win to the paths searched for headers, since Source/WebCore/platform/win/SystemInfo.h header is needed by Source/WebKit/gtk/webkit/webkitwebsettings.cpp on Windows.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r85814 r85815  
     12011-05-04  Fridrich Strba  <fridrich.strba@bluewin.ch>
     2
     3        Reviewed by Martin Robinson.
     4
     5        Windows build of WebKit GTK needs to be able to find SystemInfo.h
     6        https://bugs.webkit.org/show_bug.cgi?id=60221
     7
     8        * GNUmakefile.am: add Source/WebCore/platform/win to the paths searched
     9        for headers, since Source/WebCore/platform/win/SystemInfo.h
     10        header is needed by Source/WebKit/gtk/webkit/webkitwebsettings.cpp
     11        on Windows.
     12
    1132011-05-04  Vangelis Kokkevis  <vangelis@chromium.org>
    214
  • trunk/Source/WebCore/GNUmakefile.am

    r85785 r85815  
    6464        -I$(srcdir)/Source/WebCore/platform/text \
    6565        -I$(srcdir)/Source/WebCore/platform/text/transcoder \
     66        -I$(srcdir)/Source/WebCore/platform/win \
    6667        -I$(srcdir)/Source/WebCore/plugins \
    6768        -I$(srcdir)/Source/WebCore/plugins/win \
Note: See TracChangeset for help on using the changeset viewer.