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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.