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.