Author: wyoung
Date: Fri Mar  3 08:25:47 2006
New Revision: 1204

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1204&view=rev
Log:
Turned on multi-thread build by default for WIN32, as the native MySQL
library is always built thread-safe.

Modified:
    branches/v2.1-bakefile/common.bkl

Modified: branches/v2.1-bakefile/common.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/common.bkl?rev=1204&r1=1203&r2=1204&view=diff
==============================================================================
--- branches/v2.1-bakefile/common.bkl (original)
+++ branches/v2.1-bakefile/common.bkl Fri Mar  3 08:25:47 2006
@@ -7,6 +7,9 @@
 
        <set var="THREAD_TYPE">single</set>
        <if cond="MYSQLLIB=='mysqlclient_r'">
+               <set var="THREAD_TYPE">multi</set>
+       </if>
+       <if cond="TARGETING_WIN32=='1'">
                <set var="THREAD_TYPE">multi</set>
        </if>
                


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

Reply via email to