Changeset 26874 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Oct 22, 2007, 2:33:10 AM (18 years ago)
Author:
hausmann
Message:
  • Do not build testkjs as an application bundle. This is

needed for run-javascriptcore-tests on OSX.

  • Also, based on r26633, allow to test the WebKit/Qt port on OSX.
  • Set DYLD_LIBRARY_PATH if it was set in the environment. It must be set

as we do not have -rpath on OSX.

Signed-off-by: Simon Hausmann <[email protected]>

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r26864 r26874  
     12007-10-22  Holger Freyther  <[email protected]>
     2
     3        Reviewed by Simon Hausmann <[email protected]>.
     4
     5        * Do not build testkjs as an application bundle. This is
     6        needed for run-javascriptcore-tests on OSX.
     7        * Also, based on r26633, allow to test the WebKit/Qt port on OSX.
     8        * Set DYLD_LIBRARY_PATH if it was set in the environment. It must be set
     9        as we do not have -rpath on OSX.
     10
     11        * kjs/testkjs.pro:
     12
    1132007-10-21  Mark Rowe  <[email protected]>
    214
  • trunk/JavaScriptCore/kjs/testkjs.pro

    r25703 r26874  
    66DEFINES -= KJS_IDENTIFIER_HIDE_GLOBALS
    77INCLUDEPATH += $$PWD/.. $$PWD $$PWD/../bindings $$PWD/../bindings/c $$PWD/../wtf
     8CONFIG -= app_bundle
    89qt-port:DEFINES += BUILDING_QT__
    910#qt-port:LIBS += -L$$OUTPUT_DIR/lib -lQtWebKit
Note: See TracChangeset for help on using the changeset viewer.