From: David C. <unc...@us...> - 2005-03-31 01:04:23
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/build/boost_lib/boost_lib.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26506/sandbox/adobe-source/adobe/build/boost_lib/boost_lib.xcode Modified Files: project.pbxproj Log Message: filesystem source files Index: project.pbxproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/build/boost_lib/boost_lib.xcode/project.pbxproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.pbxproj 30 Mar 2005 01:44:54 -0000 1.1 --- project.pbxproj 31 Mar 2005 01:03:56 -0000 1.2 *************** *** 64,67 **** --- 64,68 ---- 08FB7795FE84155DC02AAC07 = { children = ( + 89323D5107FA6C7400AB4B9B, 89C4833A07EFFB17007FD3D0, 89C4834C07EFFB92007FD3D0, *************** *** 102,105 **** --- 103,183 ---- //893 //894 + 89323D5107FA6C7400AB4B9B = { + children = ( + 89323D5207FA6C9400AB4B9B, + ); + isa = PBXGroup; + path = filesystem; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5207FA6C9400AB4B9B = { + children = ( + 89323D5307FA6C9400AB4B9B, + 89323D5407FA6C9400AB4B9B, + 89323D5507FA6C9400AB4B9B, + 89323D5607FA6C9400AB4B9B, + ); + isa = PBXGroup; + path = src; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5307FA6C9400AB4B9B = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + path = convenience.cpp; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5407FA6C9400AB4B9B = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + path = exception.cpp; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5507FA6C9400AB4B9B = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + path = operations_posix_windows.cpp; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5607FA6C9400AB4B9B = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + path = path_posix_windows.cpp; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5707FA6C9400AB4B9B = { + fileRef = 89323D5307FA6C9400AB4B9B; + isa = PBXBuildFile; + settings = { + }; + }; + 89323D5807FA6C9400AB4B9B = { + fileRef = 89323D5407FA6C9400AB4B9B; + isa = PBXBuildFile; + settings = { + }; + }; + 89323D5907FA6C9400AB4B9B = { + fileRef = 89323D5507FA6C9400AB4B9B; + isa = PBXBuildFile; + settings = { + }; + }; + 89323D5A07FA6C9400AB4B9B = { + fileRef = 89323D5607FA6C9400AB4B9B; + isa = PBXBuildFile; + settings = { + }; + }; 89C4833A07EFFB17007FD3D0 = { children = ( *************** *** 291,294 **** --- 369,376 ---- 89C4835807EFFBD9007FD3D0, 89C4835907EFFBD9007FD3D0, + 89323D5707FA6C9400AB4B9B, + 89323D5807FA6C9400AB4B9B, + 89323D5907FA6C9400AB4B9B, + 89323D5A07FA6C9400AB4B9B, ); isa = PBXSourcesBuildPhase; |