Changeset 13034 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Feb 27, 2006, 7:51:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r13015 r13034 52 52 65DFC93508EA173A00F7300B /* HashTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 65DFC92F08EA173A00F7300B /* HashTraits.h */; settings = {ATTRIBUTES = (Private, ); }; }; 53 53 65E217BD08E7EECC0023E5F6 /* Assertions.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E217B708E7EECC0023E5F6 /* Assertions.h */; settings = {ATTRIBUTES = (Private, ); }; }; 54 65E217BE08E7EECC0023E5F6 /* Assertions. mm in Sources */ = {isa = PBXBuildFile; fileRef = 65E217B808E7EECC0023E5F6 /* Assertions.mm*/; };54 65E217BE08E7EECC0023E5F6 /* Assertions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65E217B808E7EECC0023E5F6 /* Assertions.cpp */; }; 55 55 65E217BF08E7EECC0023E5F6 /* FastMalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */; }; 56 56 65E217C008E7EECC0023E5F6 /* FastMalloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 362 362 65DFC92F08EA173A00F7300B /* HashTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HashTraits.h; sourceTree = "<group>"; tabWidth = 8; }; 363 363 65E217B708E7EECC0023E5F6 /* Assertions.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = Assertions.h; sourceTree = "<group>"; tabWidth = 8; }; 364 65E217B808E7EECC0023E5F6 /* Assertions. mm */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Assertions.mm; sourceTree = "<group>"; tabWidth = 8; };364 65E217B808E7EECC0023E5F6 /* Assertions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Assertions.cpp; sourceTree = "<group>"; tabWidth = 8; }; 365 365 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FastMalloc.cpp; sourceTree = "<group>"; tabWidth = 8; }; 366 366 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = FastMalloc.h; sourceTree = "<group>"; tabWidth = 8; }; … … 599 599 93AA4F770957251F0084B3A7 /* AlwaysInline.h */, 600 600 65E217B708E7EECC0023E5F6 /* Assertions.h */, 601 65E217B808E7EECC0023E5F6 /* Assertions. mm*/,601 65E217B808E7EECC0023E5F6 /* Assertions.cpp */, 602 602 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */, 603 603 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */, … … 1233 1233 93E26CF708B29A1C00F85226 /* pcre_get.c in Sources */, 1234 1234 93E26DDC08B2A4F400F85226 /* pcre_printint.c in Sources */, 1235 65E217BE08E7EECC0023E5F6 /* Assertions. mmin Sources */,1235 65E217BE08E7EECC0023E5F6 /* Assertions.cpp in Sources */, 1236 1236 65E217BF08E7EECC0023E5F6 /* FastMalloc.cpp in Sources */, 1237 1237 6541BD7408E80A17002CBEE7 /* TCSystemAlloc.cpp in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.