Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj
In directory usw-pr-cvs1:/tmp/cvs-serv12772
Modified Files:
project.pbxproj cohen.pbxuser
Log Message:
Added a default to types switches... An error occured otherwise. Big bug on the fully embedded version of the framework. The other two versions work perfectly.
Added function to get info on proto/client/host informations.
Serge Cohen; MySQL Cocoa project, 7th May 2002....
Index: project.pbxproj
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** project.pbxproj 6 May 2002 09:58:27 -0000 1.9
--- project.pbxproj 7 May 2002 17:22:32 -0000 1.10
***************
*** 802,806 ****
);
isa = PBXGroup;
! name = "v 3.23.49";
refType = 4;
};
--- 802,806 ----
);
isa = PBXGroup;
! name = /usr/local/include/mysql;
refType = 4;
[...980 lines suppressed...]
};
F5649EB7023FD60301D04C4B = {
isa = PBXFileReference;
name = thr_mutex.c;
! path = mysqlclient_source/thr_mutex.c;
! refType = 2;
};
F5649EB8023FD60301D04C4B = {
isa = PBXFileReference;
name = typelib.c;
! path = mysqlclient_source/typelib.c;
! refType = 2;
};
F5649EB9023FD60301D04C4B = {
isa = PBXFileReference;
name = violite.c;
! path = mysqlclient_source/violite.c;
! refType = 2;
};
F5649EBC023FD60301D04C4B = {
Index: cohen.pbxuser
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cohen.pbxuser 6 May 2002 09:58:27 -0000 1.10
--- cohen.pbxuser 7 May 2002 17:22:33 -0000 1.11
***************
*** 16,23 ****
Frame = "{{0, 23}, {971, 624}}";
Split0 = {
! ActiveTab = 2;
Frame = "{{252, 0}, {719, 624}}";
Split0 = {
! Frame = "{{0, 216}, {719, 408}}";
};
SplitCount = 1;
--- 16,23 ----
Frame = "{{0, 23}, {971, 624}}";
Split0 = {
! ActiveTab = 3;
Frame = "{{252, 0}, {719, 624}}";
Split0 = {
! Frame = "{{0, 319}, {719, 305}}";
};
SplitCount = 1;
|