Skip to content
Snippets Groups Projects
  • Adam Wardynski's avatar
    Use boost auto-linking feature in MSVC or BORLAND. · 2739b29a
    Adam Wardynski authored
    That should finally solve the issues of static vs dynamic libraries
    conflicts that were arising when we tried to dynamically link boost
    DLLs but didn't do anything about auto-linking feature that
    wanted to link static libs.
    ATM I left the default static linking on due to some warnings about
    using non-DLL interfaced classes in classes that have DLL interfaces.
    2739b29a