From: Rolf K. <lab...@us...> - 2007-09-17 16:13:03
|
Update of /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcode In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3040/c_source/lvzip.xcode Modified Files: project.pbxproj Log Message: changed filename macbin.x to lvutil.x Index: project.pbxproj =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcode/project.pbxproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.pbxproj 2 Apr 2007 21:11:48 -0000 1.6 --- project.pbxproj 17 Sep 2007 16:13:02 -0000 1.7 *************** *** 62,66 **** isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; ! path = macbin.h; refType = 4; sourceTree = "<group>"; --- 62,66 ---- isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; ! path = lvutil.h; refType = 4; sourceTree = "<group>"; *************** *** 70,74 **** isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; ! path = macbin.c; refType = 4; sourceTree = "<group>"; --- 70,74 ---- isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; ! path = lvutil.c; refType = 4; sourceTree = "<group>"; *************** *** 194,197 **** --- 194,213 ---- sourceTree = "<group>"; }; + 839542A20894F2480020C3E2 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = iomem.h; + refType = 4; + sourceTree = "<group>"; + }; + 839542A30894F2480020C3E2 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.c; + path = iomem.c; + refType = 4; + sourceTree = "<group>"; + }; 839542A40894F2480020C3E2 = { fileEncoding = 30; *************** *** 226,237 **** sourceTree = "<group>"; }; - 839542AA0894F2490020C3E2 = { - fileEncoding = 30; - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - path = zconf.in.h; - refType = 4; - sourceTree = "<group>"; - }; 839542AB0894F2490020C3E2 = { fileEncoding = 30; --- 242,245 ---- |