Author: wyoung
Date: Mon Mar  6 18:53:15 2006
New Revision: 1229

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1229&view=rev
Log:
No longer recommending that people build the libmysqlclient.a MinGW
import library in a separate directory from the native one.  That just
complicates the Bakefile.

Modified:
    branches/v2.1-bakefile/README.mingw

Modified: branches/v2.1-bakefile/README.mingw
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/README.mingw?rev=1229&r1=1228&r2=1229&view=diff
==============================================================================
--- branches/v2.1-bakefile/README.mingw (original)
+++ branches/v2.1-bakefile/README.mingw Mon Mar  6 18:53:15 2006
@@ -26,8 +26,8 @@
        library.  Assuming you installed MySQL in c:\mysql and MySQL++
        in c\mysql++, the commands to do this are:
 
-               mkdir c:\mysql\lib\gcc
-               cd c:\mysql\lib\gcc
+               mkdir c:\mysql\lib\opt
+               cd c:\mysql\lib\opt
            dlltool -k -d c:\mysql++\libmysqlclient.def -l libmysqlclient.a
        
        Now you can build the library with this command:


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to