From d0cb7ad1b922a4e4cc96d0beb8e191b389173483 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Dec 2017 23:59:27 +0300 Subject: code cleaning --- tools/boost/build_boost.bat | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools') diff --git a/tools/boost/build_boost.bat b/tools/boost/build_boost.bat index 50ed7ac3bd..927ec05acb 100644 --- a/tools/boost/build_boost.bat +++ b/tools/boost/build_boost.bat @@ -8,12 +8,8 @@ call bootstrap.bat if /i '%1' == '86' ( call "%VS141COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvars32.bat" - pause - b2 --toolset=msvc-%2.0 runtime-link=shared threading=multi link=static architecture=x86 address-model=32 cxxflags=/Zc:threadSafeInit- ) else if /i '%1' == '64' ( call "%VS141COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvars64.bat" - pause - b2 --toolset=msvc-%2.0 runtime-link=shared threading=multi link=static architecture=x86 address-model=64 cxxflags=/Zc:threadSafeInit- --stagedir=stage64 ) \ No newline at end of file -- cgit v1.2.3