Changeset 44188 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
May 27, 2009, 7:02:31 AM (16 years ago)
Author:
[email protected]
Message:

WebCore and JavaScriptCore

2009-05-27 Fridrich Strba <[email protected]>

Reviewed by Gustavo Noronha.

When building on Windows, consider Windows specific files.

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

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r44184 r44188  
     12009-05-27  Fridrich Strba  <[email protected]>
     2
     3        Reviewed by Gustavo Noronha.
     4
     5        When building on Windows, consider Windows specific files.
     6
     7        * GNUmakefile.am:
     8
    192009-05-27  Fridrich Strba  <[email protected]>
    210
  • trunk/JavaScriptCore/GNUmakefile.am

    r44095 r44188  
    8484        JavaScriptCore/jit/JITArithmetic.cpp \
    8585        JavaScriptCore/jit/ExecutableAllocator.cpp \
    86         JavaScriptCore/jit/ExecutableAllocatorPosix.cpp \
    8786        JavaScriptCore/jit/JIT.h \
    8887        JavaScriptCore/jit/JITInlineMethods.h \
     
    274273        JavaScriptCore/wtf/unicode/Unicode.h
    275274
     275if TARGET_WIN32
     276javascriptcore_sources += \
     277        JavaScriptCore/wtf/ThreadSpecificWin.cpp \
     278        JavaScriptCore/jit/ExecutableAllocatorWin.cpp
     279else
     280javascriptcore_sources += \
     281        JavaScriptCore/jit/ExecutableAllocatorPosix.cpp
     282endif
     283
    276284# ----
    277285# icu unicode backend
Note: See TracChangeset for help on using the changeset viewer.