Changeset 64136 in webkit


Ignore:
Timestamp:
Jul 27, 2010 9:30:44 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-27 Rafael Antognolli <antognolli@profusion.mobi>

Reviewed by Antonio Gomes.

[EFL] Changing library names (appending suffix "_efl")
https://bugs.webkit.org/show_bug.cgi?id=42902

Instead of having libwebcore.so, we will have libwebcore_efl.so.
Same for javascriptcore and wtf when compiled as shared, and for jsc.

  • cmake/OptionsEfl.cmake:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r64075 r64136  
     12010-07-27  Rafael Antognolli  <antognolli@profusion.mobi>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [EFL] Changing library names (appending suffix "_efl")
     6        https://bugs.webkit.org/show_bug.cgi?id=42902
     7
     8        Instead of having libwebcore.so, we will have libwebcore_efl.so.
     9        Same for javascriptcore and wtf when compiled as shared, and for jsc.
     10
     11        * cmake/OptionsEfl.cmake:
     12
    1132010-07-26  Martin Robinson  <mrobinson@igalia.com>
    214
  • trunk/cmake/OptionsEfl.cmake

    r64005 r64136  
    3737ADD_DEFINITIONS(-DUSE_FREETYPE=1)
    3838
    39 SET(JSC_EXECUTABLE_NAME jsc)
    40 SET(WTF_LIBRARY_NAME wtf)
    41 SET(JavaScriptCore_LIBRARY_NAME javascriptcore)
    42 SET(WebCore_LIBRARY_NAME webcore)
     39SET(JSC_EXECUTABLE_NAME jsc_efl)
     40SET(WTF_LIBRARY_NAME wtf_efl)
     41SET(JavaScriptCore_LIBRARY_NAME javascriptcore_efl)
     42SET(WebCore_LIBRARY_NAME webcore_efl)
    4343SET(WebKit_LIBRARY_NAME ewebkit)
    4444
Note: See TracChangeset for help on using the changeset viewer.