[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj cohen.pbxuser,1.23,1.24 project.pbxproj,1.24,1.25
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2003-08-26 21:36:51
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory sc8-pr-cvs1:/tmp/cvs-serv8238/SMySQL.pbproj Modified Files: cohen.pbxuser project.pbxproj Log Message: Small modifiaction in the orider of library linking in the SMySQL_static framework... 2003-08-26; Serge Cohen. Index: cohen.pbxuser =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** cohen.pbxuser 21 Aug 2003 14:08:40 -0000 1.23 --- cohen.pbxuser 26 Aug 2003 21:36:43 -0000 1.24 *************** *** 4,9 **** activeBuildStyle = 014CEA450018CDF011CA2923; activeExecutable = 0DCFFE7604EE9B4400AD80EC; ! activeTarget = 0DEFA05704F0318B00A68F01; addToTargets = ( ); executables = ( --- 4,10 ---- activeBuildStyle = 014CEA450018CDF011CA2923; activeExecutable = 0DCFFE7604EE9B4400AD80EC; ! activeTarget = 0DA7207E04EE8A99002E9126; [...1026 lines suppressed...] + }; + 0DE4C10204FC079E00A8C863 = { + isa = PBXTargetBookmark; + trg = 0DA7207E04EE8A99002E9126; + uiCtxt = { + TOCViewDetailVisibleRect = "{{0, 0}, {607, 102}}"; + TOCViewExpandedItems = ( + "com.apple.target-editor-pane.settings", + "com.apple.target-editor-pane.settings.simple", + "com.apple.target-editor-pane.info-plist", + "com.apple.target-editor-pane.info-plist.simple", + "com.apple.target-editor-pane.buildphases", + ); + TOCViewMasterVisibleRect = "{{0, 0}, {241, 587}}"; + TOCViewSelectedItems = ( + 0DA7207C04EE8A99002E9126, + ); + }; }; 0DEFA05704F0318B00A68F01 = { Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** project.pbxproj 21 Aug 2003 14:08:40 -0000 1.24 --- project.pbxproj 26 Aug 2003 21:36:43 -0000 1.25 *************** *** 429,433 **** buildActionMask = 2147483647; files = ( ! 0DA7209E04EE8F79002E9126, 0DA720AC04EE9525002E9126, 0DCFFE6D04EE99C300AD80EC, --- 429,433 ---- buildActionMask = 2147483647; files = ( ! 0DE4C0FF04FC066E00A8C863, 0DA720AC04EE9525002E9126, 0DCFFE6D04EE99C300AD80EC, *************** *** 461,465 **** HEADER_SEARCH_PATHS = mysql_bins; INSTALL_PATH = "~/Library/Frameworks"; ! LIBRARY_SEARCH_PATHS = mysql_bins; OTHER_CFLAGS = "-faltivec -fno-coalesce"; OTHER_LDFLAGS = "-seg1addr 0x08800000"; --- 461,465 ---- HEADER_SEARCH_PATHS = mysql_bins; INSTALL_PATH = "~/Library/Frameworks"; ! LIBRARY_SEARCH_PATHS = "mysql_bins /Users/cohen/Projects/mysql-cocoa/SMySQL/mysql_bins /usr/lib/gcc/darwin/3.3 /usr/local/lib/mysql"; OTHER_CFLAGS = "-faltivec -fno-coalesce"; OTHER_LDFLAGS = "-seg1addr 0x08800000"; *************** *** 699,708 **** refType = 4; }; - 0DA7209E04EE8F79002E9126 = { - fileRef = 0DA7209904EE8F79002E9126; - isa = PBXBuildFile; - settings = { - }; - }; 0DA7209F04EE8F79002E9126 = { fileRef = 0DA7209A04EE8F79002E9126; --- 699,702 ---- *************** *** 1388,1391 **** --- 1382,1391 ---- isa = PBXTargetDependency; target = 0DA7207E04EE8A99002E9126; + }; + 0DE4C0FF04FC066E00A8C863 = { + fileRef = 0DA7209904EE8F79002E9126; + isa = PBXBuildFile; + settings = { + }; }; 0DEFA05204F0318B00A68F01 = { |