Update of /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcodeproj
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21902/c_source/lvzip.xcodeproj
Modified Files:
jameskring.pbxuser project.pbxproj
Log Message:
added iomem.c ands iomem.h to the xcode project
Index: project.pbxproj
===================================================================
RCS file: /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcodeproj/project.pbxproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** project.pbxproj 15 Sep 2007 21:21:44 -0000 1.1
--- project.pbxproj 17 Sep 2007 15:39:52 -0000 1.2
***************
*** 49,52 ****
--- 49,54 ----
C77CC6BF0C9C7D3200886AB2 /* liblvexports.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C77CC6BE0C9C7D3200886AB2 /* liblvexports.a */; };
C77CC6C20C9C7D6500886AB2 /* liblabviewcin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C77CC6C10C9C7D6500886AB2 /* liblabviewcin.a */; };
+ C79368AC0C9ED687006083BF /* iomem.c in Sources */ = {isa = PBXBuildFile; fileRef = C79368AA0C9ED687006083BF /* iomem.c */; };
+ C79368AD0C9ED687006083BF /* iomem.h in Headers */ = {isa = PBXBuildFile; fileRef = C79368AB0C9ED687006083BF /* iomem.h */; };
/* End PBXBuildFile section */
***************
*** 94,97 ****
--- 96,101 ----
C77CC6BE0C9C7D3200886AB2 /* liblvexports.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblvexports.a; path = "/Applications/National Instruments/LabVIEW 8.2/cintools/Mach-O/liblvexports.a"; sourceTree = "<absolute>"; };
C77CC6C10C9C7D6500886AB2 /* liblabviewcin.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblabviewcin.a; path = "/Applications/National Instruments/LabVIEW 8.2/cintools/Mach-O/liblabviewcin.a"; sourceTree = "<absolute>"; };
+ C79368AA0C9ED687006083BF /* iomem.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = iomem.c; sourceTree = "<group>"; };
+ C79368AB0C9ED687006083BF /* iomem.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = iomem.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
***************
*** 114,117 ****
--- 118,123 ----
isa = PBXGroup;
children = (
+ C79368AA0C9ED687006083BF /* iomem.c */,
+ C79368AB0C9ED687006083BF /* iomem.h */,
C77CC6C10C9C7D6500886AB2 /* liblabviewcin.a */,
C77CC6BE0C9C7D3200886AB2 /* liblvexports.a */,
***************
*** 216,219 ****
--- 222,226 ----
839542E80894F2490020C3E2 /* mztools.h in Headers */,
839542EC0894F2490020C3E2 /* inffixed.h in Headers */,
+ C79368AD0C9ED687006083BF /* iomem.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
***************
*** 290,293 ****
--- 297,301 ----
839542EF0894F2490020C3E2 /* gvmat32c.c in Sources */,
839542F10894F2490020C3E2 /* adler32.c in Sources */,
+ C79368AC0C9ED687006083BF /* iomem.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Index: jameskring.pbxuser
===================================================================
RCS file: /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcodeproj/jameskring.pbxuser,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** jameskring.pbxuser 15 Sep 2007 21:21:44 -0000 1.1
--- jameskring.pbxuser 17 Sep 2007 15:39:52 -0000 1.2
***************
*** 9,12 ****
--- 9,27 ----
};
};
+ 839542B70894F2490020C3E2 /* gzio.c */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {975, 14378}}";
+ sepNavSelRange = "{0, 0}";
+ sepNavVisRect = "{{0, 0}, {975, 205}}";
+ sepNavWindowFrame = "{{15, 615}, {750, 558}}";
+ };
+ };
+ 839542BA0894F2490020C3E2 /* adler32.c */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {975, 2100}}";
+ sepNavSelRange = "{0, 0}";
+ sepNavVisRect = "{{0, 0}, {975, 205}}";
+ };
+ };
83D3E190080D116E00DE332C /* Project object */ = {
activeBuildConfigurationName = Development;
***************
*** 22,28 ****
PBXFileTableDataSourceColumnWidthsKey = (
20,
! 341,
20,
! 48.1626,
43,
43,
--- 37,43 ----
PBXFileTableDataSourceColumnWidthsKey = (
20,
! 416,
20,
! 48,
43,
43,
***************
*** 39,44 ****
);
};
! PBXPerProjectTemplateStateSaveDate = 211582023;
! PBXWorkspaceStateSaveDate = 211582023;
};
sourceControlManager = C77CC6BC0C9C7C6500886AB2 /* Source Control */;
--- 54,59 ----
);
};
! PBXPerProjectTemplateStateSaveDate = 211735256;
! PBXWorkspaceStateSaveDate = 211735256;
};
sourceControlManager = C77CC6BC0C9C7C6500886AB2 /* Source Control */;
|