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

Document linkflags and fixes "includes" typo.

[SVN r54763]
This commit is contained in:
Vladimir Prus
2009-07-07 07:11:34 +00:00
parent 33312e9564
commit c8985cef5c

View File

@@ -755,6 +755,22 @@ bjam toolset=gcc variant=debug optimization=space
<entry>The C++ compiler to use. See <xref linkend="bbv2.reference.tools.compilers"/> for a detailed list.</entry>
</row>
<row>
<entry>include</entry>
<entry>(Arbitrary string)</entry>
<entry>Additional include paths for C and C++ compilers.</entry>
</row>
<row>
<entry>define</entry>
<entry>(Arbitrary string)</entry>
<entry>Additional macro definitions for C and C++ compilers.</entry>
</row>
<row>
<entry>cxxflags</entry>
@@ -772,19 +788,11 @@ bjam toolset=gcc variant=debug optimization=space
</row>
<row>
<entry>includes</entry>
<entry>linkflags</entry>
<entry>(Arbitrary string)</entry>
<entry>Additional include paths for C and C++ compilers.</entry>
</row>
<row>
<entry>define</entry>
<entry>(Arbitrary string)</entry>
<entry>Additional macro definitions for C and C++ compilers.</entry>
<entry>Custom options to pass to the C++ linker.</entry>
</row>
<row>