PDA

Просмотр полной версии : Workaround to fix VisualStudio build with boost.


newsbot
04.03.2016, 16:22
Автор: cyberium


<pre style='white-space:pre-wrap;width:81ex'>Workaround to fix VisualStudio build with boost.

Introducing optional environement variable $BOOST_LIBRARYDIR to set personal boost lib folder for a specified architecture (x64 OR Win32)

By default for cmangos user the best and easy way to make it compilable should be to put precompiled boost lib in your boost folder following this sheme:
(your boost folder)\lib\Win32 for x32 version of boost lib
(your boost folder)\lib\x64 for x64 version of boost lib</pre>


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