From: Rolf K. <lab...@us...> - 2007-09-17 16:13:03
|
Update of /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcodeproj In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3040/c_source/lvzip.xcodeproj Modified Files: project.pbxproj Log Message: changed filename macbin.x to lvutil.x Index: project.pbxproj =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcodeproj/project.pbxproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.pbxproj 17 Sep 2007 15:39:52 -0000 1.2 --- project.pbxproj 17 Sep 2007 16:13:02 -0000 1.3 *************** *** 9,14 **** /* Begin PBXBuildFile section */ 836583B4088D13980083EC20 /* System.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836583A3088D034C0083EC20 /* System.framework */; }; ! 839542C00894F2490020C3E2 /* macbin.h in Headers */ = {isa = PBXBuildFile; fileRef = 839542890894F2480020C3E2 /* macbin.h */; }; ! 839542C10894F2490020C3E2 /* macbin.c in Sources */ = {isa = PBXBuildFile; fileRef = 8395428A0894F2480020C3E2 /* macbin.c */; }; 839542C30894F2490020C3E2 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 8395428C0894F2480020C3E2 /* mztools.c */; }; 839542C60894F2490020C3E2 /* inffast.h in Headers */ = {isa = PBXBuildFile; fileRef = 8395428F0894F2480020C3E2 /* inffast.h */; }; --- 9,14 ---- /* Begin PBXBuildFile section */ 836583B4088D13980083EC20 /* System.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836583A3088D034C0083EC20 /* System.framework */; }; ! 839542C00894F2490020C3E2 /* lvutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 839542890894F2480020C3E2 /* lvutil.h */; }; ! 839542C10894F2490020C3E2 /* lvutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 8395428A0894F2480020C3E2 /* lvutil.c */; }; 839542C30894F2490020C3E2 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 8395428C0894F2480020C3E2 /* mztools.c */; }; 839542C60894F2490020C3E2 /* inffast.h in Headers */ = {isa = PBXBuildFile; fileRef = 8395428F0894F2480020C3E2 /* inffast.h */; }; *************** *** 55,60 **** /* Begin PBXFileReference section */ 836583A3088D034C0083EC20 /* System.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = System.framework; path = /System/Library/Frameworks/System.framework; sourceTree = "<absolute>"; }; ! 839542890894F2480020C3E2 /* macbin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = macbin.h; sourceTree = "<group>"; }; ! 8395428A0894F2480020C3E2 /* macbin.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = macbin.c; sourceTree = "<group>"; }; 8395428C0894F2480020C3E2 /* mztools.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mztools.c; sourceTree = "<group>"; }; 8395428F0894F2480020C3E2 /* inffast.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = inffast.h; sourceTree = "<group>"; }; --- 55,60 ---- /* Begin PBXFileReference section */ 836583A3088D034C0083EC20 /* System.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = System.framework; path = /System/Library/Frameworks/System.framework; sourceTree = "<absolute>"; }; ! 839542890894F2480020C3E2 /* lvutil.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lvutil.h; sourceTree = "<group>"; }; ! 8395428A0894F2480020C3E2 /* lvutil.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = lvutil.c; sourceTree = "<group>"; }; 8395428C0894F2480020C3E2 /* mztools.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mztools.c; sourceTree = "<group>"; }; 8395428F0894F2480020C3E2 /* inffast.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = inffast.h; sourceTree = "<group>"; }; *************** *** 149,154 **** isa = PBXGroup; children = ( ! 839542890894F2480020C3E2 /* macbin.h */, ! 8395428A0894F2480020C3E2 /* macbin.c */, 8395428C0894F2480020C3E2 /* mztools.c */, 8395428F0894F2480020C3E2 /* inffast.h */, --- 149,154 ---- isa = PBXGroup; children = ( ! 839542890894F2480020C3E2 /* lvutil.h */, ! 8395428A0894F2480020C3E2 /* lvutil.c */, 8395428C0894F2480020C3E2 /* mztools.c */, 8395428F0894F2480020C3E2 /* inffast.h */, *************** *** 205,209 **** files = ( 83D3E21F080D117200DE332C /* MacBinaryIII.h in Headers */, ! 839542C00894F2490020C3E2 /* macbin.h in Headers */, 839542C60894F2490020C3E2 /* inffast.h in Headers */, 839542C90894F2490020C3E2 /* crc32.h in Headers */, --- 205,209 ---- files = ( 83D3E21F080D117200DE332C /* MacBinaryIII.h in Headers */, ! 839542C00894F2490020C3E2 /* lvutil.h in Headers */, 839542C60894F2490020C3E2 /* inffast.h in Headers */, 839542C90894F2490020C3E2 /* crc32.h in Headers */, *************** *** 279,283 **** files = ( 83D3E21E080D117200DE332C /* MacBinaryIII.c in Sources */, ! 839542C10894F2490020C3E2 /* macbin.c in Sources */, 839542C30894F2490020C3E2 /* mztools.c in Sources */, 839542C70894F2490020C3E2 /* inffast.c in Sources */, --- 279,283 ---- files = ( 83D3E21E080D117200DE332C /* MacBinaryIII.c in Sources */, ! 839542C10894F2490020C3E2 /* lvutil.c in Sources */, 839542C30894F2490020C3E2 /* mztools.c in Sources */, 839542C70894F2490020C3E2 /* inffast.c in Sources */, |