Author: wyoung
Date: Sat Mar 11 06:41:22 2006
New Revision: 1247

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1247&view=rev
Log:
Added Bakefile rule to ensure that querydef.h is automatically kept up
to date.

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

Modified: branches/v2.1-bakefile/lib/lib.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/lib.bkl?rev=1247&r1=1246&r2=1247&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/lib.bkl (original)
+++ branches/v2.1-bakefile/lib/lib.bkl Sat Mar 11 06:41:22 2006
@@ -65,6 +65,11 @@
                        <depends-on-file>custom.pl</depends-on-file>
                </action>
 
+               <action id="querydef.h">
+                       <command>./querydef.pl</command>
+                       <depends-on-file>querydef.pl</depends-on-file>
+               </action>
+
                <action id="tags">
                        <is-phony/>
                        <command>( cd .. ; make tags )</command>


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

Reply via email to