Author: wyoung
Date: Fri Dec  7 05:40:23 2007
New Revision: 1978

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1978&view=rev
Log:
- rebake.bat builds files via bakefile_gen now instead of plain bakefile
  so we pick up any special options in Bakefiles.bkgen
- rebake.bat only opens *.sln now if bakefile_gen succeeds

Modified:
    trunk/rebake.bat

Modified: trunk/rebake.bat
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/rebake.bat?rev=1978&r1=1977&r2=1978&view=diff
==============================================================================
--- trunk/rebake.bat (original)
+++ trunk/rebake.bat Fri Dec  7 05:40:23 2007
@@ -1,3 +1,2 @@
 @echo on
-bakefile -f msvs2005prj %* mysql++.bkl
-start mysql++.sln
+bakefile_gen -f msvs2005prj %* && start mysql++.sln


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

Reply via email to