From 3dffe90b2d3d263ceb8ec5e42f902406dc9b096e Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 18 Dec 2006 13:41:49 +0000 Subject: [PATCH] Merge: Intel doc fixes [SVN r36453] --- doc/src/reference.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/src/reference.xml b/doc/src/reference.xml index 6db2308ce..03b4cf22f 100644 --- a/doc/src/reference.xml +++ b/doc/src/reference.xml @@ -609,6 +609,22 @@ using msvc : &toolset_ops; ; "http://www.intel.com/cd/software/products/asmo-na/eng/compilers/284527.htm"> Windows versions respectively. + The module is initialized using the following syntax: + +using intel-linux : &toolset_ops; ; + or + +using intel-win : &toolset_ops; ; + respectively. + + &using_repeation; + + + If compiler command is not specified, then Boost.Build will + look in PATH for an executable icpc + (on Linux), or icc.exe (on Windows). + + &option_list_intro;