Ignore:
Timestamp:
Aug 19, 2014, 10:36:54 AM (11 years ago)
Author:
[email protected]
Message:

[CMake] Generate LLInt assembly correctly on Windows.
https://bugs.webkit.org/show_bug.cgi?id=135888

Patch by Alex Christensen <[email protected]> on 2014-08-19
Reviewed by Oliver Hunt.

  • CMakeLists.txt:

Generate LowLevelInterpreterWin.asm instead of LLIntAssembly.h on Windows like the existing build system.

  • PlatformWin.cmake:

Don't build JSGlobalObjectInspectorController.cpp on Windows.

  • offlineasm/x86.rb:

Detect non-cygwin ruby installations correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/PlatformWin.cmake

    r171942 r172754  
    2424    list(APPEND JavaScriptCore_SOURCES ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/forwarded-exports.cpp)
    2525endif ()
     26
     27list(REMOVE_ITEM JavaScriptCore_SOURCES
     28    inspector/JSGlobalObjectInspectorController.cpp
     29)
Note: See TracChangeset for help on using the changeset viewer.