
3 Dec
2004
3 Dec
'04
10:50 a.m.
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.