Changeset 38506 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 17, 2008, 9:34:10 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r38505 r38506 1 2008-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 1 10 2008-11-17 Geoffrey Garen <[email protected]> 2 11 -
trunk/JavaScriptCore/JavaScriptCore.pri
r38500 r38506 4 4 INCLUDEPATH += tmp 5 5 INCLUDEPATH += $$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 7 7 DEFINES += BUILDING_QT__ 8 8 … … 56 56 runtime/JSNotAnObject.cpp \ 57 57 bytecode/CodeBlock.cpp \ 58 VM/CTI.cpp \ 58 59 bytecompiler/BytecodeGenerator.cpp \ 59 60 VM/ExceptionHelpers.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.