For example, if I run the following command:
bjam --toolset=msvc-14.0 address-model=64 --with-python python-debugging=off threading=multi variant=debug toolset=msvc-14.0 link=static --stagedir=stage\x64-static-python35 stage
2 files are produced:
- libboost_python-vc140-mt-gd-1_62.lib
- libboost_python3-vc140-mt-gd-1_62.lib
Why does one have 'python' in the name and the other 'python3'?