Ignore:
Timestamp:
Dec 16, 2008, 8:02:46 AM (16 years ago)
Author:
[email protected]
Message:

2008-12-16 Yael Aharon <[email protected]>

Reviewed by Tor Arne Vestbø.

Qt/Win build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r39229 r39335  
    99isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = tmp
    1010GENERATED_SOURCES_DIR_SLASH = $$GENERATED_SOURCES_DIR/
    11 win32-*: GENERATED_SOURCES_DIR_SLASH ~= s|/|\|
    12 win32-g++: LIBS += -lwinmm
    13 
     11win32-* {
     12    GENERATED_SOURCES_DIR_SLASH ~= s|/|\|
     13    LIBS += -lwinmm
     14}
    1415
    1516# Disable the JIT due to numerous observed miscompilations :(
Note: See TracChangeset for help on using the changeset viewer.