Boost C++ Libraries: Ticket #2954: Report guessed toolset from build.bat https://svn.boost.org/trac10/ticket/2954 <p> My recently introduced top-level bootstrap.bat works by calling tools/jam/src/build.bat and then doing other things. I would like to know which toolset build.bat has guessed, so that I can setup 'using' directive accordingly. Unfortunately, build.bat does 'setlocal' at the end and thus BOOST_JAM_TOOLSET is not exported. Is it possible to specifically export just that variable? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2954 Trac 1.4.3 Steven Watanabe Sat, 30 May 2009 00:19:25 GMT component changed https://svn.boost.org/trac10/ticket/2954#comment:1 https://svn.boost.org/trac10/ticket/2954#comment:1 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">bjam</span> </li> </ul> Ticket Vladimir Prus Tue, 10 Nov 2009 07:33:45 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2954#comment:2 https://svn.boost.org/trac10/ticket/2954#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> I no longer think that having Boost.Build use the toolset reported by bjam is a good idea. </p> Ticket