mirror of
https://github.com/boostorg/dll.git
synced 2026-02-18 14:02:16 +00:00
Minor fix on docs
Rename Boost.Plugin to Boost.DLL on dependencies.qbk
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
[section Dependencies]
|
||||
|
||||
The Boost.Plugin is a header only library, but it depends on the following libraries
|
||||
and they must be available in order to compile programs that use Boost.Plugin:
|
||||
The Boost.DLL is a header only library, but it depends on the following libraries
|
||||
and they must be available in order to compile programs that use Boost.DLL:
|
||||
|
||||
* Boost.System for the boost::system::error_code and boost::system::system_error classes.
|
||||
* Boost.Filesystem for directory manipulation.
|
||||
* Boost.StringRef simplifies usage of some of the methods.
|
||||
|
||||
Refcountable part of Boost.Plugin also depends on:
|
||||
Refcountable part of Boost.DLL also depends on:
|
||||
|
||||
* Boost.Function for creation of a callback system.
|
||||
* Boost.SharedPtr for reference counting.
|
||||
|
||||
Reference in New Issue
Block a user