Ignore:
Timestamp:
Nov 7, 2007, 6:45:32 AM (18 years ago)
Author:
hausmann
Message:

Fix "nmake clean" for the Qt/Windows build by replacing tmp/ with a variable that ends with the correct type of slash/backslash depending on the choice of compiler/make tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r27449 r27566  
    126126kjsbison.dependency_type = TYPE_C
    127127kjsbison.CONFIG = target_predeps
    128 kjsbison.clean = ${QMAKE_FILE_OUT} tmp/${QMAKE_FILE_BASE}.h
     128kjsbison.clean = ${QMAKE_FILE_OUT} ${QMAKE_VAR_OBJECTS_DIR_WTR}${QMAKE_FILE_BASE}.h
    129129QMAKE_EXTRA_COMPILERS += kjsbison
Note: See TracChangeset for help on using the changeset viewer.