From: chun ping wang (cablepuff_at_[hidden])
Date: 2008-02-18 11:17:57


I want to build msvc library by defining BOOST_AUTO_LINK_NOMANGLE but i also
want to specify multithreaded build.

Example I want my thing to auto link to boost_python-mt.lib

Is their a way to do this. BOOST_AUTO_LINK_NOMANGLE only links to
boost_python.lib

Thanks.