Jamfile updates to add the option to link statically or dynamically against the boost libraries

This commit is contained in:
Arvid Norberg
2008-06-28 08:59:25 +00:00
parent ae1af66724
commit 13766dc855
3 changed files with 29 additions and 9 deletions

View File

@@ -226,6 +226,11 @@ Build features:
| | ``BOOST_ROOT`` must be defined to point to the |
| | boost directory. |
+------------------------+----------------------------------------------------+
| ``boost-link`` | * ``static`` - links statically against the boost |
| | libraries. |
| | * ``shared`` - links dynamically against the boost |
| | libraries. |
+------------------------+----------------------------------------------------+
| ``logging`` | * ``none`` - no logging. |
| | * ``default`` - basic session logging. |
| | * ``verbose`` - verbose peer wire logging. |