
4 Jan
2005
4 Jan
'05
5:08 a.m.
David Abrahams writes:
John Maddock wrote:
I'd rather do something like this:
#if defined(BOOST_BZIP2_BINARY) # define BOOST_LIB_NAME BOOST_BZIP2_BINARY # define BOOST_AUTO_LINK_NOMANGLE # include <boost/config/auto_link.hpp> #endif
Sounds reasonable to me, there's a first cut at this in mainline cvs now, note that you don't specify a trailing ".lib" to the library name, so something like:
#define BOOST_LIB_NAME zlib
Can we have something more explicit, and without abbrevs, like
BOOST_AUTO_LINK_LIBRARY_NAME
??
I second Dave's request here. -- Aleksey Gurtovoy MetaCommunications Engineering