From: John Maddock (john_at_[hidden])
Date: 2004-12-03 05:50:50


> is there any way to override the compiler autolink uses to create the
> import library names? This really makes sense when compilers/libraries are
> binary compatible (e.g. Intel+VC) and could save 100 MBs of disk space!

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).

John.