$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Toolset
From: hPipon (hpipon_at_[hidden])
Date: 2016-09-22 09:12:39
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 ?