Changeset 11375 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Dec 1, 2005, 2:32:32 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r11284 r11375 26 26 27 27 /* Begin PBXBuildFile section */ 28 65162EEB08E6A1FE007556CD /* SharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 65162EEA08E6A1FE007556CD /* SharedPtr.h */; settings = {ATTRIBUTES = (Private, ); }; };29 28 652C107F08DA7B1E0020887D /* protected_reference.h in Headers */ = {isa = PBXBuildFile; fileRef = 652C107E08DA7B1E0020887D /* protected_reference.h */; }; 30 29 6541BD7208E80A17002CBEE7 /* TCPageMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 6541BD6E08E80A17002CBEE7 /* TCPageMap.h */; }; … … 35 34 65621E6D089E859700760F35 /* property_slot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65621E6B089E859700760F35 /* property_slot.cpp */; }; 36 35 65621E6E089E859700760F35 /* property_slot.h in Headers */ = {isa = PBXBuildFile; fileRef = 65621E6C089E859700760F35 /* property_slot.h */; settings = {ATTRIBUTES = (Private, ); }; }; 36 65C647B4093EF8D60022C380 /* RefPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C647B3093EF8D60022C380 /* RefPtr.h */; settings = {ATTRIBUTES = (Private, ); }; }; 37 37 65D7D19C08F10B5B0015ABD8 /* FastMallocInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D7D19B08F10B5B0015ABD8 /* FastMallocInternal.h */; }; 38 38 65DFC93008EA173A00F7300B /* HashFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 65DFC92A08EA173A00F7300B /* HashFunctions.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 323 323 650B68D80639033F009D42DE /* protected_values.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = protected_values.cpp; sourceTree = "<group>"; }; 324 324 650B68D90639033F009D42DE /* protected_values.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = protected_values.h; sourceTree = "<group>"; }; 325 65162EEA08E6A1FE007556CD /* SharedPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SharedPtr.h; sourceTree = "<group>"; };326 325 651F6412039D5B5F0078395C /* dtoa.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = dtoa.cpp; sourceTree = "<group>"; }; 327 326 651F6413039D5B5F0078395C /* dtoa.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dtoa.h; sourceTree = "<group>"; }; … … 340 339 65621E6C089E859700760F35 /* property_slot.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = property_slot.h; sourceTree = "<group>"; }; 341 340 65C02FBB0637462A003E7EE6 /* protect.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = protect.h; sourceTree = "<group>"; }; 341 65C647B3093EF8D60022C380 /* RefPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RefPtr.h; sourceTree = "<group>"; }; 342 342 65D7D19B08F10B5B0015ABD8 /* FastMallocInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FastMallocInternal.h; sourceTree = "<group>"; }; 343 343 65DFC92A08EA173A00F7300B /* HashFunctions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = HashFunctions.h; sourceTree = "<group>"; }; … … 663 663 isa = PBXGroup; 664 664 children = ( 665 65C647B3093EF8D60022C380 /* RefPtr.h */, 665 666 65D7D19B08F10B5B0015ABD8 /* FastMallocInternal.h */, 666 667 6557E8F708EA5D4D0049CDFC /* HashMapPtrSpec.h */, … … 675 676 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */, 676 677 6541BD7108E80A17002CBEE7 /* TCSystemAlloc.h */, 677 65162EEA08E6A1FE007556CD /* SharedPtr.h */,678 678 65E217B708E7EECC0023E5F6 /* Assertions.h */, 679 679 65E217B808E7EECC0023E5F6 /* Assertions.mm */, … … 834 834 93E26CCF08B2921900F85226 /* softlinking.h in Headers */, 835 835 652C107F08DA7B1E0020887D /* protected_reference.h in Headers */, 836 65162EEB08E6A1FE007556CD /* SharedPtr.h in Headers */,837 836 65E217BD08E7EECC0023E5F6 /* Assertions.h in Headers */, 838 837 65E217C008E7EECC0023E5F6 /* FastMalloc.h in Headers */, … … 848 847 65D7D19C08F10B5B0015ABD8 /* FastMallocInternal.h in Headers */, 849 848 65EA4C9C092AF9E20093D800 /* JSLock.h in Headers */, 849 65C647B4093EF8D60022C380 /* RefPtr.h in Headers */, 850 850 ); 851 851 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.