diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-11-09 13:43:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-11-09 13:43:42 +0000 |
commit | 911aa265efca7b33045405f3ac0f0a3c65688edf (patch) | |
tree | 73f08b1d972d461878c4aaabcd6b6e611896abee /tools/boost | |
parent | 45c54fa277a0c8f88f5f22e4833da5187d1d9cee (diff) |
added projects and solutions for vc2013
git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/boost')
-rw-r--r-- | tools/boost/build_boost.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boost/build_boost.bat b/tools/boost/build_boost.bat index 63efd03e48..6c78fbd50a 100644 --- a/tools/boost/build_boost.bat +++ b/tools/boost/build_boost.bat @@ -2,7 +2,7 @@ set p1=%1 set p2=%2 if "%p1%" == "" (echo "please specify target platform by adding '86' or '64' parameter to command line!'"&&pause&&goto :EOF) -if "%p2%" == "" (echo "please specify target msvc compiler by adding '10' for MSVC2010 or '11' for MSVC2012 to command line!'"&&pause&&goto :EOF) +if "%p2%" == "" (echo "please specify target msvc compiler by adding '10' for MSVC2010 or '11' for MSVC2012 or '12' for MSVC2013 to command line!'"&&pause&&goto :EOF) call bootstrap.bat |