mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Fix typos.
This commit is contained in:
committed by
Vladimir Prus
parent
6b0de5e5e7
commit
9d4eb781a7
@@ -1194,14 +1194,14 @@ obj main : main.cpp : <optimization>off ;
|
||||
release mode.
|
||||
<programlisting>
|
||||
lib network : network.cpp
|
||||
: <emphasis role="bold"><link>shared:<define>NEWORK_LIB_SHARED</emphasis>
|
||||
: <emphasis role="bold"><link>shared:<define>NETWORK_LIB_SHARED</emphasis>
|
||||
<variant>release:<define>EXTRA_FAST
|
||||
;
|
||||
</programlisting>
|
||||
|
||||
In the example above, whenever <filename>network</filename> is
|
||||
built with <code><link>shared</code>,
|
||||
<code><define>NEWORK_LIB_SHARED</code> will be in its
|
||||
<code><define>NETWORK_LIB_SHARED</code> will be in its
|
||||
properties, too.
|
||||
</para>
|
||||
|
||||
|
||||
@@ -556,12 +556,12 @@ exe app : app.cpp core ;</programlisting>
|
||||
|
||||
<programlisting language="jam">
|
||||
lib network : network.cpp
|
||||
: <emphasis role="bold"><link>shared:<define>NEWORK_LIB_SHARED</emphasis>
|
||||
: <emphasis role="bold"><link>shared:<define>NETWORK_LIB_SHARED</emphasis>
|
||||
<variant>release:<define>EXTRA_FAST
|
||||
;</programlisting>
|
||||
|
||||
In the example above, whenever <filename>network</filename> is built with
|
||||
<code language="jam"><link>shared</code>, <code language="jam"><define>NEWORK_LIB_SHARED
|
||||
<code language="jam"><link>shared</code>, <code language="jam"><define>NETWORK_LIB_SHARED
|
||||
</code> will be in its properties, too. Also, whenever its release variant
|
||||
is built, <code><define>EXTRA_FAST</code> will appear in its
|
||||
properties.
|
||||
|
||||
Reference in New Issue
Block a user