Changeset 85812 in webkit


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

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

Reviewed by Martin Robinson.

Link libjavascriptcoregtk on Windows with winmm.dll
https://bugs.webkit.org/show_bug.cgi?id=60215

  • GNUmakefile.am:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r85785 r85812  
     12011-05-04  Fridrich Strba  <fridrich.strba@bluewin.ch>
     2
     3        Reviewed by Martin Robinson.
     4
     5        Link libjavascriptcoregtk on Windows with winmm.dll
     6        https://bugs.webkit.org/show_bug.cgi?id=60215
     7
     8        * GNUmakefile.am:
     9
    1102011-05-04  Tao Bai  <michaelbai@chromium.org>
    211
  • trunk/Source/JavaScriptCore/GNUmakefile.am

    r85228 r85812  
    2626        $(UNICODE_LIBS) \
    2727        $(GLIB_LIBS) \
     28        $(WINMM_LIBS) \
    2829        -lpthread
    2930
Note: See TracChangeset for help on using the changeset viewer.