PDA

Просмотр полной версии : Standardized boost compile settings in Visual Studio 2013 and 2015 projects.


newsbot
18.04.2016, 23:11
Автор: namreeb


<pre style='white-space:pre-wrap;width:81ex'>Standardized boost compile settings in Visual Studio 2013 and 2015 projects.

The boost library path search order is now:

$(BOOST_LIBRARYDIR)
$(BOOST_ROOT)\stage\$(Platform) (Where $(Platform) is replaced with Win32 or x64)
$(BOOST_ROOT)\lib\$(Platform) (Where $(Platform) is replaced with Win32 or x64)
$(BOOST_ROOT)\stage</pre>


Подробнее... (https://github.com/cmangos/mangos-wotlk/commit/ae01154544c265b3122e39d8049eed9e18f31410)