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

Use real m-dashes instead of --

[SVN r77665]
This commit is contained in:
Steven Watanabe
2012-03-31 14:22:34 +00:00
parent 94f1dd781f
commit 67385c7348
2 changed files with 2 additions and 2 deletions

View File

@@ -411,7 +411,7 @@ path-constant DATA : data/a.txt ;
feature, except that it takes effect only for linking. When you want
to link all targets in a Jamfile to certain library, the
<code>&lt;library&gt;</code> feature is preferred over
<code>&lt;source&gt;X</code> -- the latter will add the library to
<code>&lt;source&gt;X</code>&mdash;the latter will add the library to
all targets, even those that have nothing to do with libraries.
</simpara>
</listitem>

View File

@@ -28,7 +28,7 @@ exe hello : hello.cpp some_library.lib /some_project//library
: &lt;threading&gt;multi
;
</programlisting>
This will create an executable file from the sources -- in this case, one
This will create an executable file from the sources&mdash;in this case, one
C++ file, one library file present in the same directory, and another
library that is created by Boost.Build. Generally, sources can include C
and C++ files, object files and libraries. Boost.Build will automatically