Changeset 48624 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Sep 22, 2009, 3:50:30 AM (16 years ago)
Author:
Simon Hausmann
Message:

Unreviewed build fix for Windows CE < 5

Patch by Simon Hausmann <[email protected]> on 2009-09-22
Define WINCEBASIC to disable the IsDebuggerPresent() code in
wtf/Assertions.cpp.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r48623 r48624  
     12009-09-22  Simon Hausmann  <[email protected]>
     2
     3        Unreviewed build fix for Windows CE < 5
     4
     5        Define WINCEBASIC to disable the IsDebuggerPresent() code in
     6        wtf/Assertions.cpp.
     7
     8        * JavaScriptCore.pri:
     9
    1102009-09-22  Joerg Bornemann  <[email protected]>
    211
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r48509 r48624  
    5151}
    5252
    53 wince*: SOURCES += $$QT_SOURCE_TREE/src/3rdparty/ce-compat/ce_time.cpp
     53wince* {
     54    SOURCES += $$QT_SOURCE_TREE/src/3rdparty/ce-compat/ce_time.cpp
     55    DEFINES += WINCEBASIC
     56}
    5457
    5558include(pcre/pcre.pri)
Note: See TracChangeset for help on using the changeset viewer.