Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49648 - trunk/tools/build/v2/doc/src
From: ghost_at_[hidden]
Date: 2008-11-08 04:17:49


Author: vladimir_prus
Date: 2008-11-08 04:17:48 EST (Sat, 08 Nov 2008)
New Revision: 49648
URL: http://svn.boost.org/trac/boost/changeset/49648

Log:
Documente embed-manifest
Text files modified:
   trunk/tools/build/v2/doc/src/reference.xml | 25 +++++++++++++++++++++++++
   1 files changed, 25 insertions(+), 0 deletions(-)

Modified: trunk/tools/build/v2/doc/src/reference.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/reference.xml (original)
+++ trunk/tools/build/v2/doc/src/reference.xml 2008-11-08 04:17:48 EST (Sat, 08 Nov 2008)
@@ -654,6 +654,31 @@
         </listitem>
       </varlistentry>
 
+ <varlistentry><term><literal>embed-manifest</literal></term>
+ <listitem>
+
+ <indexterm><primary>manifest file</primary><secondary>embedding</secondary></indexterm>
+ <indexterm><primary>embed-manifest</primary></indexterm>
+
+ <para>
+ <emphasis role="bold">Allowed values:</emphasis> on, off.
+ </para>
+
+ <para>This feature is specific to the msvc toolset (see
+ <xref linkend="bbv2.reference.tools.compiler.msvc"/>),
+ and controls whether the manifest files should be embedded inside
+ executables and shared libraries, or placed alongside them. This
+ feature corresponds to the IDE option found in the project settings dialog,
+ under <menuchoice><guimenu>Configuration Properties</guimenu>
+ <guisubmenu>Manifest Tool</guisubmenu>
+ <guisubmenu>Input and Output</guisubmenu>
+ <guimenuitem>Embed manifest</guimenuitem> </menuchoice>.
+ </para>
+
+ </listitem>
+ </varlistentry>
+
+
     </variablelist>
   </section>
 


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