summaryrefslogtreecommitdiff
path: root/more/getting_started/detail/library-naming.rst
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2007-04-28 01:35:31 +0000
committerDave Abrahams <dave@boostpro.com>2007-04-28 01:35:31 +0000
commitd886d045a816a38c7b25862711f169466ad57cf0 (patch)
tree8190a2df29c6f5446f3ebaee56f80c1b45949c63 /more/getting_started/detail/library-naming.rst
parent0b038e7a8be471a56833d07433bea18ae2b66fb0 (diff)
downloadboost-d886d045a816a38c7b25862711f169466ad57cf0.tar.gz
Update link to Boost release
[SVN r37523]
Diffstat (limited to 'more/getting_started/detail/library-naming.rst')
-rw-r--r--more/getting_started/detail/library-naming.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/more/getting_started/detail/library-naming.rst b/more/getting_started/detail/library-naming.rst
index ad1d512232..76d99ed5c2 100644
--- a/more/getting_started/detail/library-naming.rst
+++ b/more/getting_started/detail/library-naming.rst
@@ -19,7 +19,7 @@ following elements:
*Library name*: all boost library filenames begin with ``boost_``.
``-vc71``
- *Toolset tag*: identifies the toolset and version used to build
+ *Toolset tag*: identifies the toolset_ and version used to build
the binary.
``-mt``
@@ -68,13 +68,13 @@ following elements:
``.a`` and ``.so`` for static libraries (archives) and shared
libraries, respectively. On Windows, ``.dll`` indicates a shared
library and (except for static libraries built by the ``gcc``
- toolset, whose names always end in ``.a``) ``.lib`` indicates a
+ toolset_, whose names always end in ``.a``) ``.lib`` indicates a
static or import library. Where supported by toolsets on unix
variants, a full version extension is added (e.g. ".so.1.34") and
a symbolic link to the library file, named without the trailing
version number, will also be created.
-.. _Boost.Build toolset names: toolset-name_
+.. .. _Boost.Build toolset names: toolset-name_
__ ../../libs/python/doc/building.html#variants