Daily Archives: March 16, 2018

boost library naming

參考: http://www.boost.org/doc/libs/1_66_0/more/getting_started/windows.html#library-naming https://msdn.microsoft.com/en-us/library/2kzt1wy3.aspx 另外 boost/config/autolink.hpp裡有提到lib naming的規則 BOOST_LIB_PREFIX + BOOST_LIB_NAME + “_” + BOOST_LIB_TOOLSET + BOOST_LIB_THREAD_OPT + BOOST_LIB_RT_OPT “-” + BOOST_LIB_VERSION On Windows, only ordinary static libraries use the lib prefix; import libraries and DLLs do not. windows上 static library才有lib prefix … Continue reading

Posted in Library | Leave a comment