[webkit-changes] cvs commit: JavaScriptCore/JavaScriptCore.xcodeproj project.pbxproj

Darin darin at opensource.apple.com
Thu Sep 8 17:16:32 PDT 2005


darin       05/09/08 17:16:32

  Modified:    JavaScriptCore.xcodeproj Tag: pcre-6-1-branch
                        project.pbxproj
  Log:
  Merge with TOT.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.4.6   +10 -0     JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj,v
  retrieving revision 1.5.4.5
  retrieving revision 1.5.4.6
  diff -u -r1.5.4.5 -r1.5.4.6
  --- project.pbxproj	17 Aug 2005 00:05:56 -0000	1.5.4.5
  +++ project.pbxproj	9 Sep 2005 00:16:31 -0000	1.5.4.6
  @@ -31,6 +31,8 @@
   		65621E6E089E859700760F35 /* property_slot.h in Headers */ = {isa = PBXBuildFile; fileRef = 65621E6C089E859700760F35 /* property_slot.h */; settings = {ATTRIBUTES = (Private, ); }; };
   		65621E6F089E85D300760F35 /* property_slot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65621E6B089E859700760F35 /* property_slot.cpp */; };
   		65621E70089E85D300760F35 /* property_slot.h in Headers */ = {isa = PBXBuildFile; fileRef = 65621E6C089E859700760F35 /* property_slot.h */; settings = {ATTRIBUTES = (Private, ); }; };
  +		65EF2DF508BECC80000894BB /* shared_ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 65EF2DF408BECC80000894BB /* shared_ptr.h */; settings = {ATTRIBUTES = (Private, ); }; };
  +		65EF2DF808BECC8A000894BB /* shared_ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 65EF2DF408BECC80000894BB /* shared_ptr.h */; settings = {ATTRIBUTES = (Private, ); }; };
   		930754C008B0F68000AB3056 /* pcre_compile.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754BF08B0F68000AB3056 /* pcre_compile.c */; };
   		930754C108B0F68000AB3056 /* pcre_compile.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754BF08B0F68000AB3056 /* pcre_compile.c */; };
   		930754CF08B0F74600AB3056 /* pcre_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754CE08B0F74500AB3056 /* pcre_tables.c */; };
  @@ -488,6 +490,7 @@
   		65AB004806261CBA0076DE63 /* interpreter_map.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = interpreter_map.cpp; sourceTree = "<group>"; };
   		65AB004906261CBA0076DE63 /* interpreter_map.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = interpreter_map.h; sourceTree = "<group>"; };
   		65C02FBB0637462A003E7EE6 /* protect.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = protect.h; sourceTree = "<group>"; };
  +		65EF2DF408BECC80000894BB /* shared_ptr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = shared_ptr.h; sourceTree = "<group>"; };
   		700DA117065984CE00747C0B /* WebScriptObjectPrivate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = WebScriptObjectPrivate.h; path = bindings/objc/WebScriptObjectPrivate.h; sourceTree = "<group>"; };
   		704FD35305697E6D003DBED9 /* bool_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = bool_object.h; sourceTree = "<group>"; };
   		704FD44505698F17003DBED9 /* runtime.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = runtime.cpp; path = bindings/runtime.cpp; sourceTree = "<group>"; };
  @@ -675,6 +678,7 @@
   			isa = PBXGroup;
   			children = (
   				65305EAE08A58DDE00F31E73 /* protected_object.h */,
  +				65EF2DF408BECC80000894BB /* shared_ptr.h */,
   				65621E6B089E859700760F35 /* property_slot.cpp */,
   				65621E6C089E859700760F35 /* property_slot.h */,
   				938772E5038BFE19008635CE /* array_instance.h */,
  @@ -962,6 +966,7 @@
   				93E26BFE08B151D400F85226 /* ucpinternal.h in Headers */,
   				93E26C1308B1523D00F85226 /* ucptable.c in Headers */,
   				93E26CCF08B2921900F85226 /* softlinking.h in Headers */,
  +				65EF2DF508BECC80000894BB /* shared_ptr.h in Headers */,
   			);
   			runOnlyForDeploymentPostprocessing = 0;
   		};
  @@ -1046,6 +1051,7 @@
   				93E26BFF08B151D400F85226 /* ucp.h in Headers */,
   				93E26C0008B151D400F85226 /* ucpinternal.h in Headers */,
   				93E26CD008B2921900F85226 /* softlinking.h in Headers */,
  +				65EF2DF808BECC8A000894BB /* shared_ptr.h in Headers */,
   			);
   			runOnlyForDeploymentPostprocessing = 0;
   		};
  @@ -2352,6 +2358,7 @@
   			buildSettings = {
   				GCC_ENABLE_OBJC_GC = YES;
   				GCC_FAST_OBJC_DISPATCH = YES;
  +				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
   				GCC_STRICT_ALIASING = YES;
   				GCC_THREADSAFE_STATICS = NO;
   			};
  @@ -2362,6 +2369,7 @@
   			buildSettings = {
   				GCC_ENABLE_OBJC_GC = YES;
   				GCC_FAST_OBJC_DISPATCH = YES;
  +				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
   				GCC_OPTIMIZATION_LEVEL = s;
   				GCC_STRICT_ALIASING = YES;
   				GCC_THREADSAFE_STATICS = NO;
  @@ -2373,6 +2381,7 @@
   			buildSettings = {
   				GCC_ENABLE_OBJC_GC = YES;
   				GCC_FAST_OBJC_DISPATCH = YES;
  +				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
   				GCC_STRICT_ALIASING = YES;
   				GCC_THREADSAFE_STATICS = NO;
   			};
  @@ -2383,6 +2392,7 @@
   			buildSettings = {
   				GCC_ENABLE_OBJC_GC = YES;
   				GCC_FAST_OBJC_DISPATCH = YES;
  +				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
   				GCC_STRICT_ALIASING = YES;
   				GCC_THREADSAFE_STATICS = NO;
   			};
  
  
  



More information about the webkit-changes mailing list