Closed TechnikEmpire closed 8 years ago
Bzip2 with boost needs to have LIBRARY LIBBZ2 removed from the .def file in bzip before building, otherwise boost will build io_streams depending on a bzip dll, rather than incorporating source.
LIBRARY LIBBZ2
http://stackoverflow.com/a/4589941
Bzip2 with boost needs to have
LIBRARY LIBBZ2
removed from the .def file in bzip before building, otherwise boost will build io_streams depending on a bzip dll, rather than incorporating source.http://stackoverflow.com/a/4589941