Author: mysqlpp
Date: Wed Apr  5 01:52:08 2006
New Revision: 1280

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1280&view=rev
Log:
Explicitly turning on auto-import for MinGW, to stop it from
obsequiously telling us about auto imports.

Modified:
    trunk/examples/examples.bkl

Modified: trunk/examples/examples.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/examples.bkl?rev=1280&r1=1279&r2=1280&view=diff
==============================================================================
--- trunk/examples/examples.bkl (original)
+++ trunk/examples/examples.bkl Wed Apr  5 01:52:08 2006
@@ -24,6 +24,7 @@
                        <sys-lib>libmysql</sys-lib>
                </if>
                <if cond="FORMAT=='mingw'">
+                       <ldflags>-Wl,--enable-auto-import</ldflags>
                        <define>MYSQLPP_NO_DLL</define>
                        <lib-path>..\lib</lib-path>
                        <sys-lib>mysqlclient</sys-lib>


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

Reply via email to