$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2004-12-03 11:27:12
Stefan Slapeta wrote:
> John Maddock wrote:
>
>
>> You can turn it off with BOOST_ALL_NO_LIB, but there's no way to
>> override the compiler name part (maybe there should be though).
>>
>
What do you think ... IMO it's enough to place a
#ifndef BOOST_LIB_TOOLSET
before the code that configures the lib name in auto_link.hpp and give
the user the ability to set it manually, no?
Stefan