Author: wyoung
Date: Mon Feb 27 15:43:03 2006
New Revision: 1175

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1175&view=rev
Log:
Handling lib-path for mysqlpp_util.lib on VC++ correctly now

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

Modified: branches/v2.1-bakefile/examples/examples.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/examples/examples.bkl?rev=1175&r1=1174&r2=1175&view=diff
==============================================================================
--- branches/v2.1-bakefile/examples/examples.bkl (original)
+++ branches/v2.1-bakefile/examples/examples.bkl Mon Feb 27 15:43:03 2006
@@ -48,8 +48,15 @@
             use the util module. -->
        <template id="std-example" template="example">
                <depends>util</depends>
-               <lib-path>.</lib-path>
                <sys-lib>mysqlpp_util</sys-lib>
+
+               <if cond="FORMAT=='msvc6prj'">
+                       <lib-path>$(BUILD)</lib-path>
+               </if>
+
+               <if cond="FORMAT in ['autoconf','mingw']">
+                       <lib-path>.</lib-path>
+               </if>
        </template>
 
 


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

Reply via email to