Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54763 - trunk/tools/build/v2/doc/src
From: ghost_at_[hidden]
Date: 2009-07-07 03:11:35


Author: vladimir_prus
Date: 2009-07-07 03:11:34 EDT (Tue, 07 Jul 2009)
New Revision: 54763
URL: http://svn.boost.org/trac/boost/changeset/54763

Log:
Document linkflags and fixes "includes" typo.

Text files modified:
   trunk/tools/build/v2/doc/src/advanced.xml | 24 ++++++++++++++++--------
   1 files changed, 16 insertions(+), 8 deletions(-)

Modified: trunk/tools/build/v2/doc/src/advanced.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/advanced.xml (original)
+++ trunk/tools/build/v2/doc/src/advanced.xml 2009-07-07 03:11:34 EDT (Tue, 07 Jul 2009)
@@ -756,35 +756,43 @@
               </row>
 
               <row>
- <entry>cxxflags</entry>
+ <entry>include</entry>
                 
                 <entry>(Arbitrary string)</entry>
                 
- <entry>Custom options to pass to the C++ compiler.</entry>
+ <entry>Additional include paths for C and C++ compilers.</entry>
               </row>
 
               <row>
- <entry>cflags</entry>
+ <entry>define</entry>
                 
                 <entry>(Arbitrary string)</entry>
                 
- <entry>Custom options to pass to the C compiler.</entry>
+ <entry>Additional macro definitions for C and C++ compilers.</entry>
               </row>
 
               <row>
- <entry>includes</entry>
+ <entry>cxxflags</entry>
                 
                 <entry>(Arbitrary string)</entry>
                 
- <entry>Additional include paths for C and C++ compilers.</entry>
+ <entry>Custom options to pass to the C++ compiler.</entry>
               </row>
 
               <row>
- <entry>define</entry>
+ <entry>cflags</entry>
                 
                 <entry>(Arbitrary string)</entry>
                 
- <entry>Additional macro definitions for C and C++ compilers.</entry>
+ <entry>Custom options to pass to the C compiler.</entry>
+ </row>
+
+ <row>
+ <entry>linkflags</entry>
+
+ <entry>(Arbitrary string)</entry>
+
+ <entry>Custom options to pass to the C++ linker.</entry>
               </row>
 
               <row>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk