Changeset 38506 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 17, 2008, 9:34:10 AM (17 years ago)
Author:
[email protected]
Message:

2008-11-17 Gabor Loki <[email protected]>

Reviewed by Darin Adler.

<https://bugs.webkit.org/show_bug.cgi?id=22313>
Add missing CTI source to the build system on Qt-port

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38505 r38506  
     12008-11-17  Gabor Loki  <[email protected]>
     2
     3        Reviewed by Darin Adler.
     4
     5        <https://bugs.webkit.org/show_bug.cgi?id=22313>
     6        Add missing CTI source to the build system on Qt-port
     7
     8        * JavaScriptCore.pri:
     9
    1102008-11-17  Geoffrey Garen  <[email protected]>
    211
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r38500 r38506  
    44INCLUDEPATH += tmp
    55INCLUDEPATH += $$PWD $$PWD/parser $$PWD/bytecompiler $$PWD/debugger $$PWD/runtime $$PWD/wtf $$PWD/wtf/unicode $$PWD/VM $$PWD/profiler $$PWD/wrec $$PWD/API $$PWD/.. \
    6                $$PWD/ForwardingHeaders $$PWD/bytecode
     6               $$PWD/ForwardingHeaders $$PWD/bytecode $$PWD/assembler
    77DEFINES += BUILDING_QT__
    88
     
    5656    runtime/JSNotAnObject.cpp \
    5757    bytecode/CodeBlock.cpp \
     58    VM/CTI.cpp \
    5859    bytecompiler/BytecodeGenerator.cpp \
    5960    VM/ExceptionHelpers.cpp \
Note: See TracChangeset for help on using the changeset viewer.