|
From: Andre R. <and...@us...> - 2006-03-09 11:08:55
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22903/build_XCode/Frontier.xcode Modified Files: project.pbxproj Log Message: Moved unixshellcall from CallMachOFrameWork.c to sysshellcall.c Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** project.pbxproj 8 Feb 2006 21:37:19 -0000 1.25 --- project.pbxproj 9 Mar 2006 11:08:50 -0000 1.26 *************** *** 282,285 **** --- 282,286 ---- 65059A3909968C1400410571, 65059A3A09968C1400410571, + 65AA438709C03C6D00A4B237, ); isa = PBXHeadersBuildPhase; *************** *** 1827,1830 **** --- 1828,1832 ---- 65059B3209968C1400410571, 65059B3309968C1400410571, + 65AA438C09C03C8900A4B237, ); isa = PBXSourcesBuildPhase; *************** *** 3855,3858 **** --- 3857,3861 ---- 65B70CE00797CEAD008C2F1A, 65B70CEA0797CF78008C2F1A, + 65AA438609C03C6D00A4B237, ); isa = PBXHeadersBuildPhase; *************** *** 4110,4113 **** --- 4113,4117 ---- 65B70CDC0797CE4A008C2F1A, 65B70CE60797CF2D008C2F1A, + 65AA438B09C03C8900A4B237, ); isa = PBXSourcesBuildPhase; *************** *** 5376,5379 **** --- 5380,5384 ---- 65152608072BFC6700411831, 65152609072BFC6700411831, + 65AA438A09C03C8900A4B237, 6515260A072BFC6700411831, 6515260B072BFC6700411831, *************** *** 11874,11877 **** --- 11879,11924 ---- }; }; + 65AA438509C03C6D00A4B237 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + name = sysshellcall.h; + path = ../Common/headers/sysshellcall.h; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 65AA438609C03C6D00A4B237 = { + fileRef = 65AA438509C03C6D00A4B237; + isa = PBXBuildFile; + settings = { + }; + }; + 65AA438709C03C6D00A4B237 = { + fileRef = 65AA438509C03C6D00A4B237; + isa = PBXBuildFile; + settings = { + }; + }; + 65AA438A09C03C8900A4B237 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.c; + name = sysshellcall.c; + path = /Volumes/Data/Development/frontierkernel_main/Frontier/Common/source/sysshellcall.c; + refType = 0; + sourceTree = "<absolute>"; + }; + 65AA438B09C03C8900A4B237 = { + fileRef = 65AA438A09C03C8900A4B237; + isa = PBXBuildFile; + settings = { + }; + }; + 65AA438C09C03C8900A4B237 = { + fileRef = 65AA438A09C03C8900A4B237; + isa = PBXBuildFile; + settings = { + }; + }; 65AC81D808DC792700ADD675 = { fileEncoding = 30; *************** *** 12081,12084 **** --- 12128,12132 ---- 65152924072BFFD200411831, 651527E0072BFE3900411831, + 65AA438509C03C6D00A4B237, 65152906072BFF6800411831, 651528B8072BFF0700411831, |