Hello,
I build Boost library to debug an existing project using Boost which requires libboost_system-vc100-mt-sgd-1_61.lib
I can only find libboost_system-vc140-mt-1_61.lib in my \stage\lib folder
So I tried to compile Boost :
As I have many MSVC version installed I opened Microsoft Visual Studio 2010 x64 tools command prompt.
I run build.bat in C:\Dev\boost-jam-3.1.18
then copied bjam.exe from C:\Dev\boost-jam-3.1.18\bin.ntx86 to C:\Dev\boost_1_61_0
I then run
bjam
bootstrap
b2
My problem is that I still have -vc140 version instead of -vc100....
What can I do ?