From 1cd3870f7c5afb79208a87c4d777ad575a4f8823 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 22 Jul 2015 07:14:41 +0000 Subject: build boost for MSVS 2015 git-svn-id: http://svn.miranda-ng.org/main/trunk@14625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/boost/build_boost.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3