I have ran bjam.exe --build-dir=\"C:\\build-boost\" --build-type=minimal msvc stage
bjam.exe --build-dir=\"C:\\build-boost\" --build-type=minimal msvc stage
and now I have libraries .lib with these headers, for example
You have the dynamic versions. The static ones are delimited by having the "s" in the name. Make sure you specified link=static on the bjam command line. If not, you'll have to rebuild to make the static versions.
link=static
bjam