Ignore:
Timestamp:
Sep 9, 2009, 7:56:12 AM (16 years ago)
Author:
Simon Hausmann
Message:

https://bugs.webkit.org/show_bug.cgi?id=29024
Make JavaScriptCore compile on platforms with case-insensitive file systems and typeinfo.h in STL

Patch by Kent Hansen <[email protected]> on 2009-09-09
Reviewed by Darin Adler.

These platforms include Microsoft Visual Studio 2003, and Symbian with Metrowerks compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.gypi

    r47781 r48207  
    256256            'runtime/JSString.h',
    257257            'runtime/JSType.h',
     258            'runtime/JSTypeInfo.h',
    258259            'runtime/JSValue.cpp',
    259260            'runtime/JSValue.h',
     
    329330            'runtime/TimeoutChecker.h',
    330331            'runtime/Tracing.h',
    331             'runtime/TypeInfo.h',
    332332            'runtime/UString.cpp',
    333333            'runtime/UString.h',
Note: See TracChangeset for help on using the changeset viewer.