Author: wyoung
Date: Wed Apr 25 07:40:23 2007
New Revision: 1547

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1547&view=rev
Log:
Changed paths in install.bat to catch up with the directory scheme
adopted by unifying the library and example Bakefiles.

Modified:
    trunk/install.bat

Modified: trunk/install.bat
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/install.bat?rev=1547&r1=1546&r2=1547&view=diff
==============================================================================
--- trunk/install.bat (original)
+++ trunk/install.bat Wed Apr 25 07:40:23 2007
@@ -13,15 +13,15 @@
 
 copy lib\*.h "%INST_INC_DIR%" > NUL
 
-if exist lib\debug\*.a goto install_mingw
-copy lib\debug\*.dll "%INST_LIB_DIR%\debug" > NUL
-copy lib\debug\*.lib "%INST_LIB_DIR%\debug" > NUL
-copy lib\release\*.dll "%INST_LIB_DIR%\release" > NUL
-copy lib\release\*.lib "%INST_LIB_DIR%\release" > NUL
+if exist debug\*.a goto install_mingw
+copy debug\*.dll "%INST_LIB_DIR%\debug" > NUL
+copy debug\*.lib "%INST_LIB_DIR%\debug" > NUL
+copy release\*.dll "%INST_LIB_DIR%\release" > NUL
+copy release\*.lib "%INST_LIB_DIR%\release" > NUL
 goto install_done
 :install_mingw
-copy lib\debug\*.a "%INST_LIB_DIR%\debug" > NUL
-copy lib\release\*.a "%INST_LIB_DIR%\release" > NUL
+copy debug\*.a "%INST_LIB_DIR%\debug" > NUL
+copy release\*.a "%INST_LIB_DIR%\release" > NUL
 
 :install_done
 echo MySQL++ (%1 version) installed successfully!


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

Reply via email to