1[/ 2 Copyright 2014 Renato Tegon Forti, Antony Polukhin 3 Copyright 2015-2019 Antony Polukhin 4 Distributed under the Boost Software License, Version 1.0. 5 (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 6/] 7 8[section Dependencies] 9 10The Boost.DLL is a header only library, but it depends on the following libraries 11and they must be available in order to compile programs that use Boost.DLL: 12 13* Boost.System for the boost::system::error_code and boost::system::system_error classes. 14* Boost.Filesystem for directory manipulation. 15 16Refcountable part of Boost.DLL also depends on: 17 18* Boost.Function for creation of a callback system. 19* Boost.SharedPtr for reference counting. 20 21[endsect] 22 23