2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

Minir doc tweaks

[SVN r55714]
This commit is contained in:
Vladimir Prus
2009-08-22 08:38:00 +00:00
parent a59639b608
commit cd8e114024

View File

@@ -768,7 +768,8 @@ bjam toolset=gcc variant=debug optimization=space
<entry>(Arbitrary string)</entry>
<entry>Additional macro definitions for C and C++ compilers.</entry>
<entry>Additional macro definitions for C and C++ compilers. The string should be either
<code>SYMBOL</code> or <code>SYMBOL=VALUE</code></entry>
</row>
<row>
@@ -1022,6 +1023,7 @@ exe c : c.cpp /boost/program_options//program_options ;
<section id="bbv2.advanced.targets.requirements">
<title>Requirements</title>
<indexterm><primary>requirements</primary></indexterm>
<para>Requirements are the properties that should always be present when
building a target. Typically, they are includes and defines:
<programlisting>