Ignore:
Timestamp:
Apr 18, 2008, 10:39:32 PM (17 years ago)
Author:
[email protected]
Message:

wx build fixes. Rename LocalStorage.h to LocalStorageEntry.h to avoid header detection issues between WebCore/storage/LocalStorage.h and it, and add $(PROFILER_SOURCES) to the wx JSCore build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r32228 r32259  
    122122                65EA4C9C092AF9E20093D800 /* JSLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 65EA4C9A092AF9E20093D800 /* JSLock.h */; settings = {ATTRIBUTES = (Private, ); }; };
    123123                65EA73650BAE35D1001BB560 /* CommonIdentifiers.h in Headers */ = {isa = PBXBuildFile; fileRef = 65EA73630BAE35D1001BB560 /* CommonIdentifiers.h */; settings = {ATTRIBUTES = (Private, ); }; };
    124                 65F340940CD6C1C000C0CA8B /* LocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F340840CD6C0DE00C0CA8B /* LocalStorage.h */; settings = {ATTRIBUTES = (Private, ); }; };
     124                65F340940CD6C1C000C0CA8B /* LocalStorageEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F340840CD6C0DE00C0CA8B /* LocalStorageEntry.h */; settings = {ATTRIBUTES = (Private, ); }; };
    125125                65FB3EB309D109F000F49DEB /* lexer.lut.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FB3EB209D109F000F49DEB /* lexer.lut.h */; };
    126126                65FB3F4F09D11B2400F49DEB /* date_object.lut.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FB3F4709D11B2400F49DEB /* date_object.lut.h */; };
     
    453453                65EA73620BAE35D1001BB560 /* CommonIdentifiers.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CommonIdentifiers.cpp; sourceTree = "<group>"; };
    454454                65EA73630BAE35D1001BB560 /* CommonIdentifiers.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CommonIdentifiers.h; sourceTree = "<group>"; };
    455                 65F340840CD6C0DE00C0CA8B /* LocalStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorage.h; sourceTree = "<group>"; };
     455                65F340840CD6C0DE00C0CA8B /* LocalStorageEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorageEntry.h; sourceTree = "<group>"; };
    456456                65FB3EB209D109F000F49DEB /* lexer.lut.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = file; name = lexer.lut.h; path = ../../../../../symroots/Debug/DerivedSources/JavaScriptCore/lexer.lut.h; sourceTree = "<group>"; };
    457457                65FB3F4709D11B2400F49DEB /* date_object.lut.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = file; name = date_object.lut.h; path = ../../../../../symroots/Debug/DerivedSources/JavaScriptCore/date_object.lut.h; sourceTree = "<group>"; };
     
    893893                                931C6CF0038EE8DE008635CE /* list.cpp */,
    894894                                931C6CEF038EE8DE008635CE /* list.h */,
    895                                 65F340840CD6C0DE00C0CA8B /* LocalStorage.h */,
     895                                65F340840CD6C0DE00C0CA8B /* LocalStorageEntry.h */,
    896896                                F692A8680255597D01FF60F7 /* lookup.cpp */,
    897897                                F692A8690255597D01FF60F7 /* lookup.h */,
     
    10631063                                657EB7460B708F540063461B /* ListHashSet.h in Headers */,
    10641064                                148A1627095D16BB00666D0D /* ListRefPtr.h in Headers */,
    1065                                 65F340940CD6C1C000C0CA8B /* LocalStorage.h in Headers */,
     1065                                65F340940CD6C1C000C0CA8B /* LocalStorageEntry.h in Headers */,
    10661066                                5DBD18B00C5401A700C15EAE /* MallocZoneSupport.h in Headers */,
    10671067                                BCF655590A2049710038A194 /* MathExtras.h in Headers */,
Note: See TracChangeset for help on using the changeset viewer.