Ignore:
Timestamp:
Sep 14, 2009, 5:45:27 AM (16 years ago)
Author:
[email protected]
Message:

[Qt] Build fix for windows build.

Patch by Csaba Osztrogonac <[email protected]> on 2009-09-14
Reviewed by Tor Arne Vestbø.

JavaScriptCore

  • JavaScriptCore.pri: Correct a logic error.
  • pcre/dftables: Add missing paranthesis for tmpdir function.

WebKitTools:

  • Scripts/bisect-builds: Add missing paranthesis for tmpdir function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r48296 r48353  
    123123    interpreter/RegisterFile.cpp
    124124
    125 win32-*:wince* {
     125win32-*|wince* {
    126126    SOURCES += jit/ExecutableAllocatorWin.cpp \
    127127               runtime/MarkStackWin.cpp
Note: See TracChangeset for help on using the changeset viewer.