1b2 -a toolset=msvc-14.0 variant=release link=static address-model=64 2bin\loop_time_test 1000 >msvc-loop-time.html 3msvc-loop-time.html 4 5echo The GCC static build does not work on Windows, probably because of a bjam/b2 bug 6b2 -a toolset=gcc-c++11 variant=release link=static address-model=64 7bin\loop_time_test 1000 >gcc-loop-time.html 8gcc-loop-time.html 9 10rem Copyright Beman Dawes 2015 11rem Distributed under the Boost Software License, Version 1.0. 12rem See www.boost.org/LICENSE_1_0.txt 13