mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Fix typos.
This commit is contained in:
committed by
Vladimir Prus
parent
6b0de5e5e7
commit
9d4eb781a7
@@ -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