|
From: Andre R. <and...@us...> - 2006-03-12 17:45:29
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21813/Frontier.xcode Modified Files: project.pbxproj Log Message: Added langcrypt.h/.c and whirlpool.h/.c Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** project.pbxproj 10 Mar 2006 18:07:07 -0000 1.27 --- project.pbxproj 12 Mar 2006 17:45:16 -0000 1.28 *************** *** 283,286 **** --- 283,288 ---- 65059A3A09968C1400410571, 65AA438709C03C6D00A4B237, + 6599181C09C4952A00F6F58C, + 6599181D09C4952A00F6F58C, ); isa = PBXHeadersBuildPhase; *************** *** 1829,1832 **** --- 1831,1836 ---- 65059B3309968C1400410571, 65AA438C09C03C8900A4B237, + 6599180809C494EA00F6F58C, + 6599181509C4950300F6F58C, ); isa = PBXSourcesBuildPhase; *************** *** 3858,3861 **** --- 3862,3867 ---- 65B70CEA0797CF78008C2F1A, 65AA438609C03C6D00A4B237, + 6599181A09C4952A00F6F58C, + 6599181B09C4952A00F6F58C, ); isa = PBXHeadersBuildPhase; *************** *** 4114,4117 **** --- 4120,4125 ---- 65B70CE60797CF2D008C2F1A, 65AA438B09C03C8900A4B237, + 6599180709C494EA00F6F58C, + 6599181409C4950300F6F58C, ); isa = PBXSourcesBuildPhase; *************** *** 5384,5387 **** --- 5392,5396 ---- 6515260B072BFC6700411831, 6515260C072BFC6700411831, + 6599180609C494EA00F6F58C, ); isa = PBXGroup; *************** *** 5965,5968 **** --- 5974,5978 ---- 6515262A072BFC6700411831, 6515262B072BFC6700411831, + 6599181309C4950200F6F58C, 6515262C072BFC6700411831, 6515262D072BFC6700411831, *************** *** 11879,11882 **** --- 11889,11976 ---- }; }; + 6599180609C494EA00F6F58C = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.c; + name = whirlpool.c; + path = ../Common/source/whirlpool.c; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 6599180709C494EA00F6F58C = { + fileRef = 6599180609C494EA00F6F58C; + isa = PBXBuildFile; + settings = { + }; + }; + 6599180809C494EA00F6F58C = { + fileRef = 6599180609C494EA00F6F58C; + isa = PBXBuildFile; + settings = { + }; + }; + 6599181309C4950200F6F58C = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.c; + name = langcrypt.c; + path = ../Common/source/langcrypt.c; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 6599181409C4950300F6F58C = { + fileRef = 6599181309C4950200F6F58C; + isa = PBXBuildFile; + settings = { + }; + }; + 6599181509C4950300F6F58C = { + fileRef = 6599181309C4950200F6F58C; + isa = PBXBuildFile; + settings = { + }; + }; + 6599181809C4952A00F6F58C = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + name = langcrypt.h; + path = ../Common/headers/langcrypt.h; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 6599181909C4952A00F6F58C = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + name = whirlpool.h; + path = ../Common/headers/whirlpool.h; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 6599181A09C4952A00F6F58C = { + fileRef = 6599181809C4952A00F6F58C; + isa = PBXBuildFile; + settings = { + }; + }; + 6599181B09C4952A00F6F58C = { + fileRef = 6599181909C4952A00F6F58C; + isa = PBXBuildFile; + settings = { + }; + }; + 6599181C09C4952A00F6F58C = { + fileRef = 6599181809C4952A00F6F58C; + isa = PBXBuildFile; + settings = { + }; + }; + 6599181D09C4952A00F6F58C = { + fileRef = 6599181909C4952A00F6F58C; + isa = PBXBuildFile; + settings = { + }; + }; 65AA438509C03C6D00A4B237 = { fileEncoding = 30; *************** *** 12041,12044 **** --- 12135,12139 ---- 65152840072BFE8D00411831, 651527E6072BFE3D00411831, + 6599181809C4952A00F6F58C, 651528DA072BFF2C00411831, 651527EC072BFE4200411831, *************** *** 12143,12146 **** --- 12238,12242 ---- 65152830072BFE7F00411831, 6515286C072BFEC000411831, + 6599181909C4952A00F6F58C, 65152874072BFEC600411831, 6515287E072BFECE00411831, |