Changeset 10563 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Sep 18, 2005, 11:57:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r10520 r10563 26 26 27 27 /* Begin PBXBuildFile section */ 28 65305EAF08A58DDE00F31E73 /* protected_object.h in Headers */ = {isa = PBXBuildFile; fileRef = 65305EAE08A58DDE00F31E73 /* protected_object.h */; settings = {ATTRIBUTES = (Private, ); }; }; 29 65305EB008A58E0900F31E73 /* protected_object.h in Headers */ = {isa = PBXBuildFile; fileRef = 65305EAE08A58DDE00F31E73 /* protected_object.h */; settings = {ATTRIBUTES = (Private, ); }; }; 28 652C107F08DA7B1E0020887D /* protected_reference.h in Headers */ = {isa = PBXBuildFile; fileRef = 652C107E08DA7B1E0020887D /* protected_reference.h */; }; 30 29 65621E6D089E859700760F35 /* property_slot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65621E6B089E859700760F35 /* property_slot.cpp */; }; 31 30 65621E6E089E859700760F35 /* property_slot.h in Headers */ = {isa = PBXBuildFile; fileRef = 65621E6C089E859700760F35 /* property_slot.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 480 479 651F6412039D5B5F0078395C /* dtoa.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = dtoa.cpp; sourceTree = "<group>"; }; 481 480 651F6413039D5B5F0078395C /* dtoa.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dtoa.h; sourceTree = "<group>"; }; 482 65 305EAE08A58DDE00F31E73 /* protected_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = protected_object.h; sourceTree = "<group>"; };481 652C107E08DA7B1E0020887D /* protected_reference.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = protected_reference.h; sourceTree = "<group>"; }; 483 482 6541720E039E08B90058BFEB /* dftables.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dftables.c; path = pcre/dftables.c; sourceTree = "<group>"; }; 484 483 6541720F039E08B90058BFEB /* pcre.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = pcre.h; path = pcre/pcre.h; sourceTree = "<group>"; }; … … 678 677 isa = PBXGroup; 679 678 children = ( 680 65305EAE08A58DDE00F31E73 /* protected_object.h */,681 679 65EF2DF408BECC80000894BB /* shared_ptr.h */, 682 680 65621E6B089E859700760F35 /* property_slot.cpp */, … … 684 682 938772E5038BFE19008635CE /* array_instance.h */, 685 683 650B68D80639033F009D42DE /* protected_values.cpp */, 684 652C107E08DA7B1E0020887D /* protected_reference.h */, 686 685 650B68D90639033F009D42DE /* protected_values.h */, 687 686 65AB004806261CBA0076DE63 /* interpreter_map.cpp */, … … 889 888 buildActionMask = 2147483647; 890 889 files = ( 891 65305EAF08A58DDE00F31E73 /* protected_object.h in Headers */,892 890 932F5B400822A1C700736975 /* array_object.h in Headers */, 893 891 932F5B420822A1C700736975 /* collector.h in Headers */, … … 968 966 93E26CCF08B2921900F85226 /* softlinking.h in Headers */, 969 967 65EF2DF508BECC80000894BB /* shared_ptr.h in Headers */, 968 652C107F08DA7B1E0020887D /* protected_reference.h in Headers */, 970 969 ); 971 970 runOnlyForDeploymentPostprocessing = 0; … … 975 974 buildActionMask = 2147483647; 976 975 files = ( 977 65305EB008A58E0900F31E73 /* protected_object.h in Headers */,978 976 A85D81F8087B2822006A9172 /* array_object.h in Headers */, 979 977 A85D81F9087B2822006A9172 /* collector.h in Headers */,
Note:
See TracChangeset
for help on using the changeset viewer.