|
Boost-Build : |
From: Craig Rodrigues (rodrigc_at_[hidden])
Date: 2005-06-20 17:31:30
On Wed, Jun 15, 2005 at 04:23:10PM +0400, Vladimir Prus wrote:
>
> I now agree with you, and renamed the feature back to "runtime-link" for V2.
> Hope this won't be too disturbing change for existing V2 users.
Does reference.xml need to be updated too?
-- Craig Rodrigues rodrigc_at_[hidden] Index: reference.xml =================================================================== RCS file: /cvsroot/boost/boost/tools/build/v2/doc/src/reference.xml,v retrieving revision 1.14 diff -u -u -r1.14 reference.xml --- reference.xml 31 May 2005 02:33:54 -0000 1.14 +++ reference.xml 20 Jun 2005 22:29:49 -0000 @@ -153,20 +153,20 @@ for example: <programlisting> -borland/<link-runtime>static +borland/<runtime-link>static </programlisting> A more complex form can be used to save typing. For example, instead of <programlisting> -borland/link-runtime=static borland/link-runtime=dynamic +borland/runtime-link=static borland/runtime-link=dynamic </programlisting> one can use <programlisting> -borland/link-runtime=static,dynamic +borland/runtime-link=static,dynamic </programlisting> Exactly, the conversion from argument to build request @@ -203,7 +203,7 @@ For example, the command line <programlisting> -target1 debug gcc/link-runtime=dynamic,static +target1 debug gcc/runtime-link=dynamic,static </programlisting> would cause target called <literal>target1</literal> to be rebuilt in @@ -503,12 +503,12 @@ <para>A <emphasis>property set</emphasis> is a set of properties (i.e. a collection without duplicates), for instance: - <literal><toolset>gcc <link-runtime>static</literal>.</para> + <literal><toolset>gcc <runtime-link>static</literal>.</para> <para>A <emphasis>property path</emphasis> is a property set whose elements have been joined into a single string separated by slashes. A property path representation of the previous example would be - <literal><toolset>gcc/<link-runtime>static</literal>.</para> + <literal><toolset>gcc/<runtime-link>static</literal>.</para> <para>A <emphasis>build specification</emphasis> is a property set that fully describes the set of features used to build a target.</para>
Boost-Build 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