|
Boost-Build : |
From: Jurko Gospodnetiæ (jurko.gospodnetic_at_[hidden])
Date: 2007-12-22 19:47:43
Hi.
Just two typos corrected in the documentation.
Best regards,
Jurko Gospodnetiæ
Left base folder: X:\Boost_Build\20071222_nightly_build\Original\boost-build
Right base folder: X:\Boost_Build\20071222_nightly_build\Modified\boost-build
--- doc\src\advanced.xml 2007-12-21 15:33:44.000000000 +-0100
+++ doc\src\advanced.xml 2007-12-23 01:36:26.000000000 +-0100
@@ -774,16 +774,16 @@
exe main : main.cpp : <emphasis role="bold">-<define>UNNECESSARY_DEFINE</emphasis> ;
</programlisting>
This syntax is the only way to ignore free properties from a parent,
such as defines. It can be also useful for ordinary properties. Consider
this example:
<programlisting>
-project test : requirements <threading;>multi ;
+project test : requirements <threading>multi ;
exe test1 : test1.cpp ;
-exe test2 : test2.cpp : <threading;>single ;
-exe test3 : test3.cpp : -<threading;>multi ;
+exe test2 : test2.cpp : <threading>single ;
+exe test3 : test3.cpp : -<threading>multi ;
</programlisting>
Here, <code>test1</code> inherits project requirements and will always
be built in multi-threaded mode. The <code>test2</code> target
<emphasis>overrides</emphasis> project's requirements and will
always be built in single-threaded mode. In contrast, the
<code>test3</code> target <emphasis>removes</emphasis> a property
--- doc\src\reference.xml 2007-12-21 15:33:44.000000000 +-0100
+++ doc\src\reference.xml 2007-12-23 01:39:56.000000000 +-0100
@@ -326,13 +326,13 @@
<programlisting>
ECHO [ glob-tree *.cpp : .svn ] ;
</programlisting>
will print the names of all C++ files in your project. The
<literal>.svn</literal> exclude pattern prevents the
<code>glob-tree</code> rule from entering administrative
- directories of the Subverion version control system.
+ directories of the Subversion version control system.
</para></listitem>
</varlistentry>
<varlistentry>
<term><literal>project</literal></term>
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