Skip to content

Commit

Permalink
Update user manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
b2-bot committed Dec 12, 2023
1 parent e46587e commit 3786fa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manual/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ <h3 id="bbv2.tutorial.linkage"><a class="anchor" href="#bbv2.tutorial.linkage"><
<p>This works no matter what kind of linking is used. When <code>core</code> is built as a
shared library, links <code>utils</code> directly into it. Static libraries can&#8217;t link
to other libraries, so when <code>core</code> is built as a static library, its
dependency on <code>utils</code> is passed along to <code>core&#8217;s dependents, causing `app</code>
dependency on <code>utils</code> is passed along to <code>core</code>'s dependents, causing <code>app</code>
to be linked with both <code>core</code> and <code>utils</code>.</p>
</div>
</td>
Expand Down Expand Up @@ -1714,8 +1714,8 @@ <h3 id="bbv2.tutorial.prebuilt"><a class="anchor" href="#bbv2.tutorial.prebuilt"
</div>
<div class="paragraph">
<p>As with any target, the alternative selected depends on the properties
propagated from <code>lib2&#8217;s dependents. If we build the release and debug
versions of `app</code> it will be linked with <code>lib2_release.a</code> and
propagated from <code>lib2</code>'s dependents. If we build the release and debug
versions of <code>app</code> it will be linked with <code>lib2_release.a</code> and
<code>lib2_debug.a</code>, respectively.</p>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -6372,7 +6372,7 @@ <h5 id="bbv2.reference.tools.compiler.dmc"><a class="anchor" href="#bbv2.referen
</div>
</div>
<div class="sect4">
<h5 id="bbv2.reference.tools.compiler.borland"><a class="anchor" href="#bbv2.reference.tools.compiler.borland"></a>Embarcadero C++ Compiler</h5>
<h5 id="bbv2.reference.tools.compiler.embarcadero"><a class="anchor" href="#bbv2.reference.tools.compiler.embarcadero"></a>Embarcadero C++ Compiler</h5>
<div class="paragraph">
<p>The <code>embarcadero</code> module supports the 32-bit command line C compiler
bcc32x and the 64-bit command line C compiler bcc64, both clang-based,
Expand Down

0 comments on commit 3786fa1

Please sign in to comment.