diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-28 08:58:07 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-28 08:58:07 +0000 |
commit | 3979fba7ea0009a4e416380be767475008b1f3e6 (patch) | |
tree | 72320d2335e181d052673c7979afb25844fb47cb /tools/boost | |
parent | 4105aafc2e7f1864b76e50dee544fe7626c5e8bb (diff) |
farewell MSVS 2012
git-svn-id: http://svn.miranda-ng.org/main/trunk@8324 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 6c78fbd50a..6aaeca71ba 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 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 to command line!'"&&pause&&goto :EOF) call bootstrap.bat |