|
From: Andre R. <and...@us...> - 2004-10-26 10:48:58
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7563/Frontier/build_Xcode/Frontier.xcode Modified Files: project.pbxproj Log Message: Added frontier.r and frontierdefs.h. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** project.pbxproj 25 Oct 2004 23:13:48 -0000 1.3 --- project.pbxproj 26 Oct 2004 10:48:48 -0000 1.4 *************** *** 273,277 **** 65152919072BFF8800411831, 6515291B072BFF8A00411831, - 6515291D072BFF8B00411831, 6515291F072BFF8D00411831, 65152921072BFFCB00411831, --- 273,276 ---- *************** *** 299,302 **** --- 298,302 ---- 65152951072C001700411831, 65D516AB072CED430097D18E, + 65BBB664072E5643008E2F34, ); isa = PBXHeadersBuildPhase; *************** *** 594,597 **** --- 594,598 ---- 651527AA072BFC6900411831, 651527AB072BFC6900411831, + 65BBB662072E563B008E2F34, ); isa = PBXRezBuildPhase; *************** *** 5007,5011 **** --- 5008,5014 ---- 651527B0072BFE0100411831 = { children = ( + 65BBB661072E563B008E2F34, 651527B1072BFE0100411831, + 65BBB663072E5643008E2F34, 651527B3072BFE0300411831, 651527B5072BFE0400411831, *************** *** 5187,5191 **** 65152918072BFF8800411831, 6515291A072BFF8A00411831, - 6515291C072BFF8B00411831, 6515291E072BFF8D00411831, 65152920072BFFCB00411831, --- 5190,5193 ---- *************** *** 7763,7780 **** }; }; - 6515291C072BFF8B00411831 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.rez; - name = shell.mcp.r; - path = ../Common/headers/shell.mcp.r; - refType = 2; - sourceTree = SOURCE_ROOT; - }; - 6515291D072BFF8B00411831 = { - fileRef = 6515291C072BFF8B00411831; - isa = PBXBuildFile; - settings = { - }; - }; 6515291E072BFF8D00411831 = { isa = PBXFileReference; --- 7765,7768 ---- *************** *** 8141,8144 **** --- 8129,8162 ---- }; }; + 65BBB661072E563B008E2F34 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.rez; + name = frontier.r; + path = ../Common/headers/frontier.r; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 65BBB662072E563B008E2F34 = { + fileRef = 65BBB661072E563B008E2F34; + isa = PBXBuildFile; + settings = { + }; + }; + 65BBB663072E5643008E2F34 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + name = frontierdefs.h; + path = ../Common/headers/frontierdefs.h; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 65BBB664072E5643008E2F34 = { + fileRef = 65BBB663072E5643008E2F34; + isa = PBXBuildFile; + settings = { + }; + }; 65D516AA072CED430097D18E = { fileEncoding = 30; |