[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj cohen.pbxuser,1.6,1.7 project.pbxproj,1.4,1.5
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-03-13 19:59:39
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory usw-pr-cvs1:/tmp/cvs-serv29704/SMySQL.pbproj Modified Files: cohen.pbxuser project.pbxproj Log Message: Added a new target for the fully embeded SMySQL framework. This should run WITHOUT any libmysqlclient on the runing system (so to speak, no more dependencies except to standard libraries) Serge Cohen, March 13th 2002. MySQL Cocoa Project. Index: cohen.pbxuser =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** cohen.pbxuser 28 Feb 2002 10:18:50 -0000 1.6 --- cohen.pbxuser 13 Mar 2002 19:59:36 -0000 1.7 *************** *** 3,7 **** 0867D690FE84028FC02AAC07 = { activeBuildStyle = F51A62D4022D7B3301952E7A; ! activeTarget = F51A62D7022D7C2A01952E7A; addToTargets = ( F51A62D7022D7C2A01952E7A, --- 3,7 ---- 0867D690FE84028FC02AAC07 = { activeBuildStyle = F51A62D4022D7B3301952E7A; ! activeTarget = F5649F0E023FDCA201D04C4B; addToTargets = ( F51A62D7022D7C2A01952E7A, *************** *** 11,21 **** ContentSize = "{971, 647}"; LeftSlideOut = { ! ActiveTab = 3; Frame = "{{0, 23}, {971, 624}}"; Split0 = { ActiveTab = 2; ! Frame = "{{224, 0}, {747, 624}}"; Split0 = { ! Frame = "{{0, 216}, {747, 408}}"; }; SplitCount = 1; --- 11,21 ---- ContentSize = "{971, 647}"; LeftSlideOut = { ! ActiveTab = 0; Frame = "{{0, 23}, {971, 624}}"; Split0 = { ActiveTab = 2; ! Frame = "{{252, 0}, {719, 624}}"; Split0 = { ! Frame = "{{0, 216}, {719, 408}}"; }; SplitCount = 1; *************** *** 53,59 **** }; Tab2 = { ! BuildMessageFrame = "{{0, 0}, {749, 95}}"; ! BuildTranscriptFrame = "{{0, 104}, {749, 90}}"; ! Frame = "{{0, 0}, {747, 192}}"; }; Tab3 = { --- 53,59 ---- }; Tab2 = { ! BuildMessageFrame = "{{0, 0}, {721, 95}}"; ! BuildTranscriptFrame = "{{0, 104}, {721, 90}}"; ! Frame = "{{0, 0}, {719, 192}}"; }; Tab3 = { *************** *** 126,129 **** --- 126,134 ---- uiCtxt = { sepNavWindowFrame = "{{61, 197}, {750, 502}}"; + }; + }; + F5649F0E023FDCA201D04C4B = { + activeExec = 0; + customExecs = { }; }; Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** project.pbxproj 28 Feb 2002 10:18:50 -0000 1.4 --- project.pbxproj 13 Mar 2002 19:59:36 -0000 1.5 *************** *** 39,42 **** --- 39,43 ---- 034768E0FF38A50411DB9C8B, F51A62D6022D7C2901952E7A, + F5649F0D023FDCA201D04C4B, ); isa = PBXGroup; *************** *** 73,76 **** --- 74,78 ---- 0867D69CFE84028FC02AAC07, [...1682 lines suppressed...] + isa = PBXBuildFile; + settings = { + }; + }; + F5649F1D023FE1A901D04C4B = { + fileRef = F5165EC101C50ABB0116CAC1; + isa = PBXBuildFile; + settings = { + }; + }; + F5649F1E023FE1A901D04C4B = { + fileRef = 0867D69BFE84028FC02AAC07; + isa = PBXBuildFile; + settings = { + }; + }; F5777C9001DE6747016C2008 = { ! buildActionMask = 12; files = ( ); |