Changeset 13703 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Apr 5, 2006, 2:19:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r13686 r13703 14 14 65FB3F6509D11E9100F49DEB /* Generate Derived Sources */, 15 15 ); 16 buildSettings = {17 PRODUCT_NAME = "Generate Derived Sources";18 };19 dependencies = (20 );21 16 name = "Derived Sources"; 22 productName = " GenerateDerived Sources";17 productName = "Derived Sources"; 23 18 }; 24 19 932F5BE30822A1C700736975 /* All */ = { … … 50 45 6541BD7408E80A17002CBEE7 /* TCSystemAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */; }; 51 46 6541BD7508E80A17002CBEE7 /* TCSystemAlloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6541BD7108E80A17002CBEE7 /* TCSystemAlloc.h */; }; 52 6557E8F808EA5D4D0049CDFC /* HashMapPtrSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 6557E8F708EA5D4D0049CDFC /* HashMapPtrSpec.h */; settings = {ATTRIBUTES = (Private, ); }; };53 47 65621E6D089E859700760F35 /* property_slot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65621E6B089E859700760F35 /* property_slot.cpp */; }; 54 48 65621E6E089E859700760F35 /* property_slot.h in Headers */ = {isa = PBXBuildFile; fileRef = 65621E6C089E859700760F35 /* property_slot.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 361 355 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TCSystemAlloc.cpp; sourceTree = "<group>"; tabWidth = 8; }; 362 356 6541BD7108E80A17002CBEE7 /* TCSystemAlloc.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = TCSystemAlloc.h; sourceTree = "<group>"; tabWidth = 8; }; 363 6557E8F708EA5D4D0049CDFC /* HashMapPtrSpec.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HashMapPtrSpec.h; sourceTree = "<group>"; tabWidth = 8; };364 357 6560A4CF04B3B3E7008AE952 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; 365 358 6560A63D04B3B69F008AE952 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; }; … … 649 642 isa = PBXGroup; 650 643 children = ( 651 65D6D87E09B5A32E0002E4D7 /* Platform.h */,652 644 93AA4F770957251F0084B3A7 /* AlwaysInline.h */, 645 65E217B808E7EECC0023E5F6 /* Assertions.cpp */, 653 646 65E217B708E7EECC0023E5F6 /* Assertions.h */, 654 65E217B808E7EECC0023E5F6 /* Assertions.cpp */,655 647 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */, 656 648 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */, … … 659 651 65DFC92A08EA173A00F7300B /* HashFunctions.h */, 660 652 65DFC92B08EA173A00F7300B /* HashMap.h */, 661 6557E8F708EA5D4D0049CDFC /* HashMapPtrSpec.h */,662 653 65DFC92C08EA173A00F7300B /* HashSet.h */, 663 654 65DFC92D08EA173A00F7300B /* HashTable.cpp */, … … 669 660 9303F567099118FA00AD71B8 /* OwnPtr.h */, 670 661 6580F795094070560082C219 /* PassRefPtr.h */, 662 65D6D87E09B5A32E0002E4D7 /* Platform.h */, 671 663 65C647B3093EF8D60022C380 /* RefPtr.h */, 672 664 6541BD6E08E80A17002CBEE7 /* TCPageMap.h */, … … 900 892 65DFC93408EA173A00F7300B /* HashTable.h in Headers */, 901 893 65DFC93508EA173A00F7300B /* HashTraits.h in Headers */, 902 6557E8F808EA5D4D0049CDFC /* HashMapPtrSpec.h in Headers */,903 894 65D7D19C08F10B5B0015ABD8 /* FastMallocInternal.h in Headers */, 904 895 65EA4C9C092AF9E20093D800 /* JSLock.h in Headers */, … … 1545 1536 isa = XCBuildConfiguration; 1546 1537 buildSettings = { 1547 COPY_PHASE_STRIP = NO;1548 GCC_DYNAMIC_NO_PIC = NO;1549 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;1550 GCC_OPTIMIZATION_LEVEL = 0;1551 1538 PRODUCT_NAME = "Generate Derived Sources"; 1552 1539 }; … … 1556 1543 isa = XCBuildConfiguration; 1557 1544 buildSettings = { 1558 COPY_PHASE_STRIP = YES;1559 GCC_ENABLE_FIX_AND_CONTINUE = NO;1560 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;1561 1545 PRODUCT_NAME = "Generate Derived Sources"; 1562 ZERO_LINK = NO;1563 1546 }; 1564 1547 name = Release;
Note:
See TracChangeset
for help on using the changeset viewer.