summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/boost/build_boost.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boost/build_boost.bat b/tools/boost/build_boost.bat
index 6aaeca71ba..22ffd2b947 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 '12' for MSVC2013 to command line!'"&&pause&&goto :EOF)
+if "%p2%" == "" (echo "please specify target msvc compiler by adding '10' for MSVC2010 or '12' for MSVC2013 or '14' for MSVC2015 to command line!'"&&pause&&goto :EOF)
call bootstrap.bat