Changeset 34863 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Jun 28, 2008, 5:09:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r34861 r34863 246 246 BC18C52E0E16FCE100B34460 /* lexer.lut.h in Headers */ = {isa = PBXBuildFile; fileRef = BC18C52D0E16FCE100B34460 /* lexer.lut.h */; }; 247 247 BC18C5300E16FCEB00B34460 /* grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = BC18C52F0E16FCEB00B34460 /* grammar.h */; }; 248 BCD202C20E1706A7002C7E82 /* RegExpConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD202BE0E1706A7002C7E82 /* RegExpConstructor.h */; }; 249 BCD202C40E1706A7002C7E82 /* RegExpPrototype.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD202C00E1706A7002C7E82 /* RegExpPrototype.h */; }; 250 BCD202D60E170708002C7E82 /* RegExpConstructor.lut.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD202D50E170708002C7E82 /* RegExpConstructor.lut.h */; }; 248 251 E178636D0D9BEEC300D74E75 /* InitializeThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E178636C0D9BEEC300D74E75 /* InitializeThreading.cpp */; }; 249 252 E18E3A590DF9278C00D90B34 /* JSGlobalData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E18E3A570DF9278C00D90B34 /* JSGlobalData.cpp */; }; … … 616 619 BC7952350E15EB5600A898AB /* BooleanPrototype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BooleanPrototype.h; sourceTree = "<group>"; }; 617 620 BC8F3CCF0DAF17BA00577A80 /* ConstructData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConstructData.h; sourceTree = "<group>"; }; 621 BCD202BD0E1706A7002C7E82 /* RegExpConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegExpConstructor.cpp; sourceTree = "<group>"; }; 622 BCD202BE0E1706A7002C7E82 /* RegExpConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpConstructor.h; sourceTree = "<group>"; }; 623 BCD202BF0E1706A7002C7E82 /* RegExpPrototype.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegExpPrototype.cpp; sourceTree = "<group>"; }; 624 BCD202C00E1706A7002C7E82 /* RegExpPrototype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpPrototype.h; sourceTree = "<group>"; }; 625 BCD202D50E170708002C7E82 /* RegExpConstructor.lut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpConstructor.lut.h; sourceTree = "<group>"; }; 618 626 BCF6553B0A2048DE0038A194 /* MathExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MathExtras.h; sourceTree = "<group>"; }; 619 627 D21202280AD4310C00ED79B6 /* DateMath.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DateMath.cpp; sourceTree = "<group>"; }; … … 932 940 BC18C5290E16FCC200B34460 /* MathObject.lut.h */, 933 941 BC2680E60E16D52300A06E92 /* NumberConstructor.lut.h */, 942 BCD202D50E170708002C7E82 /* RegExpConstructor.lut.h */, 934 943 BC18C52B0E16FCD200B34460 /* RegExpObject.lut.h */, 935 944 BC18C5250E16FCA700B34460 /* StringPrototype.lut.h */, … … 1102 1111 F692A87D0255597D01FF60F7 /* regexp.cpp */, 1103 1112 F692A87E0255597D01FF60F7 /* regexp.h */, 1113 BCD202BD0E1706A7002C7E82 /* RegExpConstructor.cpp */, 1114 BCD202BE0E1706A7002C7E82 /* RegExpConstructor.h */, 1104 1115 F692A87B0255597D01FF60F7 /* RegExpObject.cpp */, 1105 1116 F692A87C0255597D01FF60F7 /* RegExpObject.h */, 1117 BCD202BF0E1706A7002C7E82 /* RegExpPrototype.cpp */, 1118 BCD202C00E1706A7002C7E82 /* RegExpPrototype.h */, 1106 1119 9374D3A8038D9D74008635CE /* ScopeChain.cpp */, 1107 1120 9374D3A7038D9D74008635CE /* ScopeChain.h */, … … 1358 1371 BC18C52E0E16FCE100B34460 /* lexer.lut.h in Headers */, 1359 1372 BC18C5300E16FCEB00B34460 /* grammar.h in Headers */, 1373 BCD202C20E1706A7002C7E82 /* RegExpConstructor.h in Headers */, 1374 BCD202C40E1706A7002C7E82 /* RegExpPrototype.h in Headers */, 1375 BCD202D60E170708002C7E82 /* RegExpConstructor.lut.h in Headers */, 1360 1376 ); 1361 1377 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.