Author: wyoung
Date: Tue Dec 16 20:19:21 2008
New Revision: 2436
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2436&view=rev
Log:
Made exrun.bat aware of new vc200x subdirectories
Modified:
trunk/exrun.bat
Modified: trunk/exrun.bat
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/exrun.bat?rev=2436&r1=2435&r2=2436&view=diff
==============================================================================
--- trunk/exrun.bat (original)
+++ trunk/exrun.bat Tue Dec 16 20:19:21 2008
@@ -2,7 +2,9 @@
set PROG=%1
if not exist %PROG% set PROG=%1.exe
if not exist %PROG% set PROG=Debug\%1
-if not exist %PROG% set PROG=Debug\%1.exe
+if not exist %PROG% set PROG=vc2008\Debug\%1.exe
+if not exist %PROG% set PROG=vc2005\Debug\%1.exe
+if not exist %PROG% set PROG=vc2003\Debug\%1.exe
shift
set PATH=Debug;%PATH%
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits