Skip to content
Snippets Groups Projects
Commit 2739b29a authored by Adam Wardynski's avatar Adam Wardynski Committed by unknown
Browse files

Use boost auto-linking feature in MSVC or BORLAND.

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.
parent 55180f67
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment