Changeset 48624 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 22, 2009, 3:50:30 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r48623 r48624 1 2009-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 1 10 2009-09-22 Joerg Bornemann <[email protected]> 2 11 -
trunk/JavaScriptCore/JavaScriptCore.pri
r48509 r48624 51 51 } 52 52 53 wince*: SOURCES += $$QT_SOURCE_TREE/src/3rdparty/ce-compat/ce_time.cpp 53 wince* { 54 SOURCES += $$QT_SOURCE_TREE/src/3rdparty/ce-compat/ce_time.cpp 55 DEFINES += WINCEBASIC 56 } 54 57 55 58 include(pcre/pcre.pri)
Note:
See TracChangeset
for help on using the changeset viewer.