|
Boost-Commit : |
From: ghost_at_[hidden]
Date: 2007-12-01 15:06:44
Author: vladimir_prus
Date: 2007-12-01 15:06:43 EST (Sat, 01 Dec 2007)
New Revision: 41547
URL: http://svn.boost.org/trac/boost/changeset/41547
Log:
Document runtime-link
Text files modified:
trunk/tools/build/v2/doc/src/reference.xml | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/doc/src/reference.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/reference.xml (original)
+++ trunk/tools/build/v2/doc/src/reference.xml 2007-12-01 15:06:43 EST (Sat, 01 Dec 2007)
@@ -462,13 +462,35 @@
<term><literal>link</literal></term>
<listitem>
+
+ <para><emphasis role="bold">Allowed values:</emphasis> <literal>shared</literal>,
+ <literal>static</literal></para>
+
<simpara>
A feature that controls how libraries are built.
</simpara>
+ </listitem></varlistentry>
+
+ <varlistentry id="bbv2.advanced.builtins.features.runtime-link">
+ <indexterm><primary>runtime linking</primary></indexterm>
+ <term><literal>runtime-link</literal></term>
+
+ <listitem>
<para><emphasis role="bold">Allowed values:</emphasis> <literal>shared</literal>,
<literal>static</literal></para>
- </listitem></varlistentry>
+
+ <simpara>
+ Controls if a static or shared C/C++ runtime should be used. There
+ are some restrictions how this feature can be used, for example
+ on some compilers an application using static runtime should
+ not use shared libraries at all, and on some compilers,
+ mixing static and shared runtime requires extreme care. Check
+ your compiler documentation for more details.
+ </simpara>
+
+ </listitem>
+ </varlistentry>
<varlistentry><term><literal>source</literal></term>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk