Changeset 19434 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Feb 6, 2007, 11:42:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r19302 r19434 120 120 65FB3F5109D11B2400F49DEB /* grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FB3F4909D11B2400F49DEB /* grammar.h */; }; 121 121 65FB3F5409D11B2400F49DEB /* regexp_object.lut.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FB3F4C09D11B2400F49DEB /* regexp_object.lut.h */; }; 122 9302043B0B790750000C6115 /* FastMallocPCRE.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9302043A0B790750000C6115 /* FastMallocPCRE.cpp */; }; 122 123 9303F568099118FA00AD71B8 /* OwnPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 9303F567099118FA00AD71B8 /* OwnPtr.h */; settings = {ATTRIBUTES = (Private, ); }; }; 123 124 9303F56A0991190000AD71B8 /* Noncopyable.h in Headers */ = {isa = PBXBuildFile; fileRef = 9303F5690991190000AD71B8 /* Noncopyable.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 125 126 930754C108B0F68000AB3056 /* pcre_compile.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754BF08B0F68000AB3056 /* pcre_compile.c */; }; 126 127 930754D008B0F74600AB3056 /* pcre_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754CE08B0F74500AB3056 /* pcre_tables.c */; }; 127 930754D308B0F76300AB3056 /* pcre_globals.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754D108B0F76200AB3056 /* pcre_globals.c */; };128 128 930754E808B0F77700AB3056 /* pcre_fullinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754E608B0F77700AB3056 /* pcre_fullinfo.c */; }; 129 129 930754EB08B0F78500AB3056 /* pcre_exec.c in Sources */ = {isa = PBXBuildFile; fileRef = 930754E908B0F78500AB3056 /* pcre_exec.c */; }; … … 566 566 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; }; 567 567 84ABF1DE070B628C00A3AC05 /* npruntime_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; name = npruntime_impl.h; path = bindings/npruntime_impl.h; sourceTree = "<group>"; tabWidth = 8; }; 568 9302043A0B790750000C6115 /* FastMallocPCRE.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FastMallocPCRE.cpp; sourceTree = "<group>"; }; 568 569 9303F567099118FA00AD71B8 /* OwnPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OwnPtr.h; sourceTree = "<group>"; }; 569 570 9303F5690991190000AD71B8 /* Noncopyable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Noncopyable.h; sourceTree = "<group>"; }; … … 571 572 930754BF08B0F68000AB3056 /* pcre_compile.c */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.c; name = pcre_compile.c; path = pcre/pcre_compile.c; sourceTree = "<group>"; tabWidth = 8; }; 572 573 930754CE08B0F74500AB3056 /* pcre_tables.c */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.c; name = pcre_tables.c; path = pcre/pcre_tables.c; sourceTree = "<group>"; tabWidth = 8; }; 573 930754D108B0F76200AB3056 /* pcre_globals.c */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.c; name = pcre_globals.c; path = pcre/pcre_globals.c; sourceTree = "<group>"; tabWidth = 8; };574 574 930754E608B0F77700AB3056 /* pcre_fullinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.c; name = pcre_fullinfo.c; path = pcre/pcre_fullinfo.c; sourceTree = "<group>"; tabWidth = 8; }; 575 575 930754E908B0F78500AB3056 /* pcre_exec.c */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.c; name = pcre_exec.c; path = pcre/pcre_exec.c; sourceTree = "<group>"; tabWidth = 8; }; … … 890 890 isa = PBXGroup; 891 891 children = ( 892 657EB7450B708F540063461B /* ListHashSet.h */,893 892 E195678D09E7CF1200B89D13 /* unicode */, 894 893 93AA4F770957251F0084B3A7 /* AlwaysInline.h */, … … 898 897 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */, 899 898 65D7D19B08F10B5B0015ABD8 /* FastMallocInternal.h */, 899 9302043A0B790750000C6115 /* FastMallocPCRE.cpp */, 900 900 935AF46909E9D9DB00ACD1D8 /* Forward.h */, 901 901 93B6A0DE0AA64DA40076DE27 /* GetPtr.h */, … … 907 907 65DFC92E08EA173A00F7300B /* HashTable.h */, 908 908 65DFC92F08EA173A00F7300B /* HashTraits.h */, 909 657EB7450B708F540063461B /* ListHashSet.h */, 909 910 148A1626095D16BB00666D0D /* ListRefPtr.h */, 910 911 BCF6553B0A2048DE0038A194 /* MathExtras.h */, … … 1031 1032 930754E608B0F77700AB3056 /* pcre_fullinfo.c */, 1032 1033 93E26CF608B29A1C00F85226 /* pcre_get.c */, 1033 930754D108B0F76200AB3056 /* pcre_globals.c */,1034 1034 93E26BE508B1517100F85226 /* pcre_internal.h */, 1035 1035 93E26BC908B1511900F85226 /* pcre_ord2utf8.c */, … … 1492 1492 930754C108B0F68000AB3056 /* pcre_compile.c in Sources */, 1493 1493 930754D008B0F74600AB3056 /* pcre_tables.c in Sources */, 1494 930754D308B0F76300AB3056 /* pcre_globals.c in Sources */,1495 1494 930754E808B0F77700AB3056 /* pcre_fullinfo.c in Sources */, 1496 1495 930754EB08B0F78500AB3056 /* pcre_exec.c in Sources */, … … 1523 1522 D212022A0AD4310D00ED79B6 /* DateMath.cpp in Sources */, 1524 1523 146AAB380B66A94400E55F16 /* JSStringRefCF.cpp in Sources */, 1524 9302043B0B790750000C6115 /* FastMallocPCRE.cpp in Sources */, 1525 1525 ); 1526 1526 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.