diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-27 23:59:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-27 23:59:27 +0300 |
commit | d0cb7ad1b922a4e4cc96d0beb8e191b389173483 (patch) | |
tree | 1d1253cb2d017f689af64b2b2e3bc742444ba91e | |
parent | 37e7f30e2f09dc5bd904a0b777147e2203cc3b1a (diff) |
code cleaning
-rw-r--r-- | tools/boost/build_boost.bat | 4 |
1 files changed, 0 insertions, 4 deletions
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 |