|
From: Andre R. <and...@us...> - 2004-11-10 19:06:29
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv889 Modified Files: Tag: New_Tables_Experiment-branch project.pbxproj Log Message: Switched paths in Include Files and Yacc Files groups from absolute back to relative. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -C2 -d -r1.13 -r1.13.2.1 *** project.pbxproj 9 Nov 2004 20:36:09 -0000 1.13 --- project.pbxproj 10 Nov 2004 19:06:16 -0000 1.13.2.1 *************** *** 4977,4983 **** lastKnownFileType = sourcecode.c.h; name = frontier.h; ! path = /Volumes/Data/Development/frontierkernel/Frontier/Common/headers/frontier.h; ! refType = 0; ! sourceTree = "<absolute>"; }; 651527B2072BFE0100411831 = { --- 4977,4983 ---- lastKnownFileType = sourcecode.c.h; name = frontier.h; [...3453 lines suppressed...] ! sourceTree = SOURCE_ROOT; }; 65BBB662072E563B008E2F34 = { *************** *** 8111,8117 **** lastKnownFileType = sourcecode.c.h; name = frontierdefs.h; ! path = /Volumes/Data/Development/frontierkernel/Frontier/Common/headers/frontierdefs.h; ! refType = 0; ! sourceTree = "<absolute>"; }; 65BBB664072E5643008E2F34 = { --- 8111,8117 ---- lastKnownFileType = sourcecode.c.h; name = frontierdefs.h; ! path = ../Common/headers/frontierdefs.h; ! refType = 2; ! sourceTree = SOURCE_ROOT; }; 65BBB664072E5643008E2F34 = { |