PDA

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


newsbot
19.04.2016, 02:15
Автор: 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/2788b646678c7de40da94ea712f8380a59f62098)