From: Rolf K. <lab...@us...> - 2006-01-10 17:46:48
|
Update of /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2935/c_source/lvzip.xcode Modified Files: project.pbxproj Log Message: Index: project.pbxproj =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/lvzip.xcode/project.pbxproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.pbxproj 10 Jan 2006 17:21:31 -0000 1.2 --- project.pbxproj 10 Jan 2006 17:46:38 -0000 1.3 *************** *** 6,9 **** --- 6,33 ---- objectVersion = 39; objects = { + 7EA88CE6097414D400852875 = { + isa = PBXFileReference; + lastKnownFileType = archive.ar; + name = liblvexports.a; + path = "/Applications/National Instruments/LabVIEW 7.0/cintools/Mach-O/liblvexports.a"; + refType = 0; + sourceTree = "<absolute>"; + }; + 7EA88CE7097414D400852875 = { + fileRef = 7EA88CE6097414D400852875; + isa = PBXBuildFile; + settings = { + }; + }; + //7E0 + //7E1 + //7E2 + //7E3 + //7E4 + //830 + //831 + //832 + //833 + //834 836583A3088D034C0083EC20 = { isa = PBXFileReference; *************** *** 526,529 **** --- 550,554 ---- 83D3E18C080D116E00DE332C = { children = ( + 7EA88CE6097414D400852875, 83D3E1B0080D116E00DE332C, 83D3E1B5080D116E00DE332C, *************** *** 645,648 **** --- 670,674 ---- 83D3E26D080D117700DE332C, 836583B4088D13980083EC20, + 7EA88CE7097414D400852875, ); isa = PBXFrameworksBuildPhase; *************** *** 678,682 **** GCC_WARN_UNUSED_PARAMETER = YES; GCC_WARN_UNUSED_VARIABLE = YES; ! HEADER_SEARCH_PATHS = "/Volumes/Macintosh HD/Developer/Headers/FlatCarbon"; LIBRARY_SEARCH_PATHS = ""; LIBRARY_STYLE = DYNAMIC; --- 704,708 ---- GCC_WARN_UNUSED_PARAMETER = YES; GCC_WARN_UNUSED_VARIABLE = YES; ! HEADER_SEARCH_PATHS = ""; LIBRARY_SEARCH_PATHS = ""; LIBRARY_STYLE = DYNAMIC; |