Index: tools/boost-build32.bat =================================================================== diff -u -N -r146b40c45c5406090ee3979f12422e04f1f36ce2 -rc62bdde7e4f25ca4051da3a8b71397bdf7f2b354 --- tools/boost-build32.bat (.../boost-build32.bat) (revision 146b40c45c5406090ee3979f12422e04f1f36ce2) +++ tools/boost-build32.bat (.../boost-build32.bat) (revision c62bdde7e4f25ca4051da3a8b71397bdf7f2b354) @@ -8,4 +8,4 @@ set LIB=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Lib;%LIB% set LINK=/SUBSYSTEM:CONSOLE,5.01 %LINK% -b2 -j 4 --toolset=msvc-12.0 --link=static --threading=multi --runtime-link=shared address-model=32 define=_BIND_TO_CURRENT_VCLIBS_VERSION define=BOOST_USE_WINAPI_VERSION=0x0501 cxxflags=/arch:IA32 --build-type=complete --stagedir=lib-12.0\x32 stage +b2 -j 4 --toolset=msvc-12.0 --link=static --threading=multi --runtime-link=shared address-model=32 define=_BIND_TO_CURRENT_VCLIBS_VERSION define=BOOST_USE_WINAPI_VERSION=0x0501 define=BOOST_UUID_NO_SIMD cxxflags=/arch:IA32 --build-type=complete --stagedir=lib-12.0\x32 stage