2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-23 15:42:14 +00:00

Merge: Intel doc fixes

[SVN r36453]
This commit is contained in:
Vladimir Prus
2006-12-18 13:41:49 +00:00
parent cea7a6292d
commit 3dffe90b2d

View File

@@ -609,6 +609,22 @@ using msvc : &toolset_ops; ;
"http://www.intel.com/cd/software/products/asmo-na/eng/compilers/284527.htm">
Windows</ulink> versions respectively.</para>
<para>The module is initialized using the following syntax:</para>
<programlisting>
using intel-linux : &toolset_ops; ;</programlisting>
<para>or</para>
<programlisting>
using intel-win : &toolset_ops; ;</programlisting>
<para>respectively.</para>
&using_repeation;
<para>
If compiler command is not specified, then Boost.Build will
look in <envar>PATH</envar> for an executable <command>icpc</command>
(on Linux), or <command>icc.exe</command> (on Windows).
</para>
&option_list_intro;
<variablelist>