[Mysql-cocoa-commits] CVS: SMySQL/English.lproj InfoPlist.strings,1.2,1.3
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2003-08-16 20:36:26
|
Update of /cvsroot/mysql-cocoa/SMySQL/English.lproj In directory sc8-pr-cvs1:/tmp/cvs-serv23313/English.lproj Modified Files: InfoPlist.strings Log Message: Modified completely the Project Builder project to try to make it easier to understand: - The different type of framework are now different targets (whereas they where produced by different build styles before). - The names should be clearer: 1. SMySQL is a system wide framework using the libmysqlclient.dylib (DYNAMIC version of the mysql client lib, should be in /usr/local/mysql). 2. SMySQL_static is a system wide framework using the libmysqlclient.a (STATIC version of the mysql client lib). 3. SMySQL_bundled is a version of the framework that has to be placed in the Framework subfolder of an application bundle. For easy distribution it uses the STATIC version of the mysql client library. - The sources of libmysqlclient are not in the project anymore; INSTEAD the sources of the frameworks comes with my own version of the library (the one I've installed last on my computer), so that both SMySQL_static and SMySQL_bundled can be build 'out of the box' when getting the sources of the framework. - The small application to test the framework in a command line interface type of application (without bundle) has been renamed as CLI_Test (it is an evolution of MySQM_test). The target contains also a README, and a mysql script to create and populate the proper user/DB/table. - Some files have been marked as OBSOLETE... They really are VERY obsolete. 2003-08-16; Serge Cohen. Index: InfoPlist.strings =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/English.lproj/InfoPlist.strings,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsPwJUYa and /tmp/cvsI61AMb differ |