From: Rolf K. <lab...@us...> - 2008-02-27 19:11:38
|
Update of /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcodeproj In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9940 Modified Files: project.pbxproj Log Message: Removed references to gzio.c as that code is not used at all Index: project.pbxproj =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcodeproj/project.pbxproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** project.pbxproj 17 Sep 2007 16:13:02 -0000 1.3 --- project.pbxproj 27 Feb 2008 19:11:34 -0000 1.4 *************** *** 41,45 **** 839542EC0894F2490020C3E2 /* inffixed.h in Headers */ = {isa = PBXBuildFile; fileRef = 839542B50894F2490020C3E2 /* inffixed.h */; }; 839542ED0894F2490020C3E2 /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = 839542B60894F2490020C3E2 /* infback.c */; }; - 839542EE0894F2490020C3E2 /* gzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 839542B70894F2490020C3E2 /* gzio.c */; }; 839542EF0894F2490020C3E2 /* gvmat32c.c in Sources */ = {isa = PBXBuildFile; fileRef = 839542B80894F2490020C3E2 /* gvmat32c.c */; }; 839542F10894F2490020C3E2 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 839542BA0894F2490020C3E2 /* adler32.c */; }; --- 41,44 ---- *************** *** 87,91 **** 839542B50894F2490020C3E2 /* inffixed.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = inffixed.h; sourceTree = "<group>"; }; 839542B60894F2490020C3E2 /* infback.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = infback.c; sourceTree = "<group>"; }; - 839542B70894F2490020C3E2 /* gzio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = gzio.c; sourceTree = "<group>"; }; 839542B80894F2490020C3E2 /* gvmat32c.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = gvmat32c.c; sourceTree = "<group>"; }; 839542BA0894F2490020C3E2 /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = adler32.c; sourceTree = "<group>"; }; --- 86,89 ---- *************** *** 181,185 **** 839542B50894F2490020C3E2 /* inffixed.h */, 839542B60894F2490020C3E2 /* infback.c */, - 839542B70894F2490020C3E2 /* gzio.c */, 839542B80894F2490020C3E2 /* gvmat32c.c */, 839542BA0894F2490020C3E2 /* adler32.c */, --- 179,182 ---- *************** *** 294,298 **** 839542EB0894F2490020C3E2 /* inflate.c in Sources */, 839542ED0894F2490020C3E2 /* infback.c in Sources */, - 839542EE0894F2490020C3E2 /* gzio.c in Sources */, 839542EF0894F2490020C3E2 /* gvmat32c.c in Sources */, 839542F10894F2490020C3E2 /* adler32.c in Sources */, --- 291,294 ---- |