Changeset 10639 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Sep 27, 2005, 5:07:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r10634 r10639 41 41 65E217BF08E7EECC0023E5F6 /* FastMalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */; }; 42 42 65E217C008E7EECC0023E5F6 /* FastMalloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */; settings = {ATTRIBUTES = (Private, ); }; }; 43 65EF2DF808BECC8A000894BB /* shared_ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 65EF2DF408BECC80000894BB /* shared_ptr.h */; settings = {ATTRIBUTES = (Private, ); }; };44 43 930754C008B0F68000AB3056 /* pcre_compile.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754BF08B0F68000AB3056 /* pcre_compile.c */; }; 45 44 930754C108B0F68000AB3056 /* pcre_compile.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754BF08B0F68000AB3056 /* pcre_compile.c */; }; … … 344 343 A85D8285087B2822006A9172 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EC0705C86C9A00E6DF1B /* libobjc.dylib */; }; 345 344 A85D8286087B2822006A9172 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9322A00306C341D3009067BB /* libicucore.dylib */; }; 345 A883C7EE08EA12860051473E /* Assertions.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E217B708E7EECC0023E5F6 /* Assertions.h */; settings = {ATTRIBUTES = (Private, ); }; }; 346 A883C7EF08EA12860051473E /* Assertions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 65E217B808E7EECC0023E5F6 /* Assertions.mm */; }; 347 A883C7F008EA12860051473E /* FastMalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */; }; 348 A883C7F108EA12860051473E /* FastMalloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */; settings = {ATTRIBUTES = (Private, ); }; }; 349 A883C7F208EA12860051473E /* SharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 65162EEA08E6A1FE007556CD /* SharedPtr.h */; settings = {ATTRIBUTES = (Private, ); }; }; 350 A883C7F308EA12860051473E /* TCPageMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 6541BD6E08E80A17002CBEE7 /* TCPageMap.h */; }; 351 A883C7F408EA12860051473E /* TCSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 6541BD6F08E80A17002CBEE7 /* TCSpinLock.h */; }; 352 A883C7F508EA12860051473E /* TCSystemAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */; }; 353 A883C7F608EA12860051473E /* TCSystemAlloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6541BD7108E80A17002CBEE7 /* TCSystemAlloc.h */; }; 354 A883C7F708EA12A20051473E /* protected_reference.h in Headers */ = {isa = PBXBuildFile; fileRef = 652C107E08DA7B1E0020887D /* protected_reference.h */; }; 346 355 A8BC0DFC08D43D6D00379918 /* ucptable.c in Headers */ = {isa = PBXBuildFile; fileRef = 93E26C0D08B1520900F85226 /* ucptable.c */; }; 347 356 /* End PBXBuildFile section */ … … 498 507 65AB004906261CBA0076DE63 /* interpreter_map.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = interpreter_map.h; sourceTree = "<group>"; }; 499 508 65C02FBB0637462A003E7EE6 /* protect.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = protect.h; sourceTree = "<group>"; }; 500 65DE646F08E8C88A005D002A /* fast_malloc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fast_malloc.h; sourceTree = "<group>"; };501 509 65E217B708E7EECC0023E5F6 /* Assertions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Assertions.h; sourceTree = "<group>"; }; 502 510 65E217B808E7EECC0023E5F6 /* Assertions.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = Assertions.mm; sourceTree = "<group>"; }; 503 511 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FastMalloc.cpp; sourceTree = "<group>"; }; 504 512 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FastMalloc.h; sourceTree = "<group>"; }; 505 65EF2DF408BECC80000894BB /* shared_ptr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = shared_ptr.h; sourceTree = "<group>"; };506 513 700DA117065984CE00747C0B /* WebScriptObjectPrivate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = WebScriptObjectPrivate.h; path = bindings/objc/WebScriptObjectPrivate.h; sourceTree = "<group>"; }; 507 514 704FD35305697E6D003DBED9 /* bool_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = bool_object.h; sourceTree = "<group>"; }; … … 691 698 isa = PBXGroup; 692 699 children = ( 693 65EF2DF408BECC80000894BB /* shared_ptr.h */,694 700 65621E6B089E859700760F35 /* property_slot.cpp */, 695 701 65621E6C089E859700760F35 /* property_slot.h */, … … 899 905 93F1981A08245AAE001E9ABC /* keywords.table */, 900 906 933A3499038AE7C6008635CE /* grammar.y */, 901 65DE646F08E8C88A005D002A /* fast_malloc.h */,902 907 F692A8650255597D01FF60F7 /* lexer.cpp */, 903 908 F692A8660255597D01FF60F7 /* lexer.h */, … … 1083 1088 93E26C0008B151D400F85226 /* ucpinternal.h in Headers */, 1084 1089 93E26CD008B2921900F85226 /* softlinking.h in Headers */, 1085 65EF2DF808BECC8A000894BB /* shared_ptr.h in Headers */,1086 1090 A8BC0DFC08D43D6D00379918 /* ucptable.c in Headers */, 1091 A883C7EE08EA12860051473E /* Assertions.h in Headers */, 1092 A883C7F108EA12860051473E /* FastMalloc.h in Headers */, 1093 A883C7F208EA12860051473E /* SharedPtr.h in Headers */, 1094 A883C7F308EA12860051473E /* TCPageMap.h in Headers */, 1095 A883C7F408EA12860051473E /* TCSpinLock.h in Headers */, 1096 A883C7F608EA12860051473E /* TCSystemAlloc.h in Headers */, 1097 A883C7F708EA12A20051473E /* protected_reference.h in Headers */, 1087 1098 ); 1088 1099 runOnlyForDeploymentPostprocessing = 0; … … 1739 1750 93E26CF808B29A1C00F85226 /* pcre_get.c in Sources */, 1740 1751 93E26DDD08B2A4F400F85226 /* pcre_printint.c in Sources */, 1752 A883C7EF08EA12860051473E /* Assertions.mm in Sources */, 1753 A883C7F008EA12860051473E /* FastMalloc.cpp in Sources */, 1754 A883C7F508EA12860051473E /* TCSystemAlloc.cpp in Sources */, 1741 1755 ); 1742 1756 runOnlyForDeploymentPostprocessing = 0; … … 2061 2075 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 2062 2076 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 2063 HEADER_SEARCH_PATHS = icu; 2077 HEADER_SEARCH_PATHS = ( 2078 icu, 2079 ., 2080 ); 2064 2081 INFOPLIST_FILE = Info.plist; 2065 2082 INSTALL_PATH = /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks; … … 2112 2129 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 2113 2130 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 2114 HEADER_SEARCH_PATHS = icu; 2131 HEADER_SEARCH_PATHS = ( 2132 icu, 2133 ., 2134 ); 2115 2135 INFOPLIST_FILE = Info.plist; 2116 2136 INSTALL_PATH = /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks; … … 2163 2183 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 2164 2184 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 2165 HEADER_SEARCH_PATHS = icu; 2185 HEADER_SEARCH_PATHS = ( 2186 icu, 2187 ., 2188 ); 2166 2189 INFOPLIST_FILE = Info.plist; 2167 2190 INSTALL_PATH = /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks; … … 2214 2237 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 2215 2238 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 2216 HEADER_SEARCH_PATHS = icu; 2239 HEADER_SEARCH_PATHS = ( 2240 icu, 2241 ., 2242 ); 2217 2243 INFOPLIST_FILE = Info.plist; 2218 2244 INSTALL_PATH = /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks;
Note:
See TracChangeset
for help on using the changeset viewer.