Changeset 12857 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Feb 16, 2006, 3:01:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r12807 r12857 116 116 932F5B7C0822A1C700736975 /* objc_header.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F0EC1005C86F3500E6DF1B /* objc_header.h */; }; 117 117 932F5B7D0822A1C700736975 /* objc_utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F0EC9605C88DC700E6DF1B /* objc_utility.h */; }; 118 932F5B7E0822A1C700736975 /* objc_jsobject.h in Headers */ = {isa = PBXBuildFile; fileRef = 7084D99405DD6211007E4C0E /* objc_jsobject.h */; };119 118 932F5B7F0822A1C700736975 /* runtime_root.h in Headers */ = {isa = PBXBuildFile; fileRef = 5114F47C05E4426200D1BBBD /* runtime_root.h */; settings = {ATTRIBUTES = (Private, ); }; }; 120 119 932F5B800822A1C700736975 /* c_instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 5182A45705FFCF4B00CBD2F2 /* c_instance.h */; }; … … 171 170 932F5BBE0822A1C700736975 /* runtime_array.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7073BE3C0581291E005EE2C9 /* runtime_array.cpp */; }; 172 171 932F5BBF0822A1C700736975 /* jni_jsobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 513DF74005C0861F00F89391 /* jni_jsobject.cpp */; }; 173 932F5BC00822A1C700736975 /* objc_class.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518CF93705C72271003CF905 /* objc_class.mm */; }; 174 932F5BC10822A1C700736975 /* objc_runtime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518CF93805C72271003CF905 /* objc_runtime.mm */; }; 175 932F5BC20822A1C700736975 /* objc_instance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51F0EB0505C85A9000E6DF1B /* objc_instance.mm */; }; 176 932F5BC30822A1C700736975 /* objc_utility.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51F0EC9705C88DC700E6DF1B /* objc_utility.mm */; }; 177 932F5BC40822A1C700736975 /* objc_jsobject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7084D9B905DD6CF8007E4C0E /* objc_jsobject.mm */; }; 172 932F5BC00822A1C700736975 /* objc_class.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518CF93705C72271003CF905 /* objc_class.mm */; settings = {COMPILER_FLAGS = "-Wno-deprecated-declarations"; }; }; 173 932F5BC10822A1C700736975 /* objc_runtime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518CF93805C72271003CF905 /* objc_runtime.mm */; settings = {COMPILER_FLAGS = "-Wno-deprecated-declarations"; }; }; 174 932F5BC20822A1C700736975 /* objc_instance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51F0EB0505C85A9000E6DF1B /* objc_instance.mm */; settings = {COMPILER_FLAGS = "-Wno-deprecated-declarations"; }; }; 175 932F5BC30822A1C700736975 /* objc_utility.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51F0EC9705C88DC700E6DF1B /* objc_utility.mm */; settings = {COMPILER_FLAGS = "-Wno-deprecated-declarations"; }; }; 178 176 932F5BC50822A1C700736975 /* runtime_root.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5114F47B05E4426200D1BBBD /* runtime_root.cpp */; }; 179 177 932F5BC60822A1C700736975 /* NP_jsobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51532CC705F7FD2C00EC779C /* NP_jsobject.cpp */; }; … … 374 372 7073BE3C0581291E005EE2C9 /* runtime_array.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = runtime_array.cpp; path = bindings/runtime_array.cpp; sourceTree = "<group>"; tabWidth = 8; }; 375 373 7073BE3D0581291E005EE2C9 /* runtime_array.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; name = runtime_array.h; path = bindings/runtime_array.h; sourceTree = "<group>"; tabWidth = 8; }; 376 7084D99405DD6211007E4C0E /* objc_jsobject.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; name = objc_jsobject.h; path = bindings/objc/objc_jsobject.h; sourceTree = "<group>"; tabWidth = 8; };377 7084D9B905DD6CF8007E4C0E /* objc_jsobject.mm */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = objc_jsobject.mm; path = bindings/objc/objc_jsobject.mm; sourceTree = "<group>"; tabWidth = 8; };378 374 70B16A260569A10900DB756D /* runtime_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = runtime_object.cpp; path = bindings/runtime_object.cpp; sourceTree = "<group>"; tabWidth = 8; }; 379 375 70B16A270569A10900DB756D /* runtime_object.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; name = runtime_object.h; path = bindings/runtime_object.h; sourceTree = "<group>"; tabWidth = 8; }; … … 666 662 51F0EB0005C85A6300E6DF1B /* objc_instance.h */, 667 663 51F0EB0505C85A9000E6DF1B /* objc_instance.mm */, 668 7084D99405DD6211007E4C0E /* objc_jsobject.h */,669 7084D9B905DD6CF8007E4C0E /* objc_jsobject.mm */,670 664 51C4974105C0A5D4006FBFF5 /* objc_runtime.h */, 671 665 518CF93805C72271003CF905 /* objc_runtime.mm */, … … 836 830 932F5B7C0822A1C700736975 /* objc_header.h in Headers */, 837 831 932F5B7D0822A1C700736975 /* objc_utility.h in Headers */, 838 932F5B7E0822A1C700736975 /* objc_jsobject.h in Headers */,839 832 932F5B7F0822A1C700736975 /* runtime_root.h in Headers */, 840 833 932F5B800822A1C700736975 /* c_instance.h in Headers */, … … 1234 1227 932F5BC20822A1C700736975 /* objc_instance.mm in Sources */, 1235 1228 932F5BC30822A1C700736975 /* objc_utility.mm in Sources */, 1236 932F5BC40822A1C700736975 /* objc_jsobject.mm in Sources */,1237 1229 932F5BC50822A1C700736975 /* runtime_root.cpp in Sources */, 1238 1230 932F5BC60822A1C700736975 /* NP_jsobject.cpp in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.