|
From: Andre R. <and...@us...> - 2004-10-28 19:59:49
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11105/Frontier/build_XCode/Frontier.xcode Modified Files: project.pbxproj Log Message: Removed osamenus.c from project since the code isn't used anyway. Menusharing is incompatible with Carbon. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** project.pbxproj 28 Oct 2004 00:21:08 -0000 1.8 --- project.pbxproj 28 Oct 2004 19:59:38 -0000 1.9 *************** *** 503,507 **** 6515276E072BFC6800411831, 6515276F072BFC6800411831, - 65152770072BFC6800411831, 65152771072BFC6800411831, 65152772072BFC6800411831, --- 503,506 ---- *************** *** 2899,2903 **** 65152667072BFC6800411831, 65152668072BFC6800411831, - 65152669072BFC6800411831, 6515266A072BFC6800411831, 6515266B072BFC6800411831, --- 2898,2901 ---- *************** *** 2924,2935 **** sourceTree = SOURCE_ROOT; }; - 65152669072BFC6800411831 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.c; - name = osamenus.c; - path = ../Common/source/osamenus.c; - refType = 2; - sourceTree = SOURCE_ROOT; - }; 6515266A072BFC6800411831 = { isa = PBXFileReference; --- 2922,2925 ---- *************** *** 4629,4638 **** }; }; - 65152770072BFC6800411831 = { - fileRef = 65152669072BFC6800411831; - isa = PBXBuildFile; - settings = { - }; - }; 65152771072BFC6800411831 = { fileRef = 6515266A072BFC6800411831; --- 4619,4622 ---- |