Author: wyoung
Date: Tue Dec 16 20:00:25 2008
New Revision: 2435

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2435&view=rev
Log:
No longer copying vc2005/* to vc2008 in bootstrap.bat.  (Did this for
shell script version previously, but forgot to do this one at the same
time.)

Modified:
    trunk/bootstrap.bat

Modified: trunk/bootstrap.bat
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/bootstrap.bat?rev=2435&r1=2434&r2=2435&view=diff
==============================================================================
--- trunk/bootstrap.bat (original)
+++ trunk/bootstrap.bat Tue Dec 16 20:00:25 2008
@@ -7,8 +7,7 @@
 if errorlevel 1 exit
 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
+if not exist vc2008\mysql++.sln goto no_bakefile
 
 cd lib
 perl querydef.pl


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

Reply via email to