Author: wyoung
Date: Wed Jul 23 03:58:41 2008
New Revision: 2317

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2317&view=rev
Log:
Added vc2008 support to bootstrap.bat

Modified:
    trunk/bootstrap.bat

Modified: trunk/bootstrap.bat
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/bootstrap.bat?rev=2317&r1=2316&r2=2317&view=diff
==============================================================================
--- trunk/bootstrap.bat (original)
+++ trunk/bootstrap.bat Wed Jul 23 03:58:41 2008
@@ -1,10 +1,14 @@
 @echo off
 if not exist vc2003 mkdir vc2003
 if not exist vc2005 mkdir vc2005
+if not exist vc2008 mkdir vc2008
 
 bakefile_gen %*
 if errorlevel 1 exit
-if not exist mysql++.sln goto no_bakefile
+if not exist vc2003\mysql++.sln goto no_bakefile
+if not exist vc2005\mysql++.sln goto no_bakefile
+copy vc2005\*.sln vc2008 > NUL
+copy vc2005\*.vcproj vc2008 > NUL
 
 cd lib
 perl querydef.pl


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

Reply via email to