Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v1/intel-win32-tools.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 3.5 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4<head>
5  <meta name="generator" content=
6  "HTML Tidy for Linux/x86 (vers 1st September 2003), see www.w3.org">
7  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
8  <link rel="stylesheet" type="text/css" href="../../../boost.css">
9
10  <title>Boost.Build - intel-win32 toolset</title>
11</head>
12
13<body link="#0000FF" vlink="#800080">
14  <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
15  "header">
16    <tr>
17      <td valign="top" width="300">
18        <h3><a href="http://www.boost.org"><img height="86" width="277" alt=
19        "C++ Boost" src="../../../boost.png" border="0"></a></h3>
20      </td>
21
22      <td valign="top">
23        <h1 align="center">Boost.Build</h1>
24
25        <h2 align="center">intel-win32 toolset</h2>
26      </td>
27    </tr>
28  </table>
29  <hr>
30
31  <h2>Introduction</h2>
32
33  <p>Boost.Build's <a href=
34  "http://www.intel.com/software/products/compilers/c60/">intel-win32</a>
35  toolset supports the Intel C++ Compiler for Windows. This compiler is
36  compatible with the <a href="msvc-tools.html">msvc</a> tools.</p>
37
38  <h2>Configuration Variables</h2>
39  <p>The intel-win32 toolset responds to the
40  following variables which can be set in the environment or configured on
41  the jam command-line using
42  <code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>. This toolset is by
43  default an extension to the <a href="msvc-tools.html">msvc toolset</a> and
44  therefore responds to all of the MSVC <a href=
45  "msvc-tools.html#configuration">configuration variables</a> in addition to
46  those listed below. The toolset can be configure to extend <a href=
47  "vc7-tools.html">vc7</a> or <a href="vc-7_1-tools.html">vc-7_1</a> instead.
48  </p>
49 
50  <table border="1" summary="settings">
51    <tr>
52      <th>Variable Name</th>
53
54      <th>Semantics</th>
55
56      <th>Default</th>
57
58      <th>Notes</th>
59    </tr>
60
61    <tr>
62      <td><code>INTEL_PATH</code></td>
63
64      <td>The path of the compiler installation.</td>
65
66      <td><code>C:\Program Files\Intel\Compiler70\IA32</code></td>
67
68      <td></td>
69    </tr>
70
71    <tr>
72      <td><code>INTEL_VERSION</code></td>
73
74      <td>The version of the intel compiler in use</td>
75
76      <td>Deduced from <code>INTEL_PATH</code>.</td>
77
78      <td>In most installations you can leave this variable unset.</td>
79    </tr>
80
81    <tr>
82      <td><code>INTEL_TOOL_PATH</code></td>
83
84      <td>Path to the directory of the compiler tool executables.</td>
85
86      <td><code>$(INTEL_PATH)/bin/</code></td>
87
88      <td>In most installations you can leave this variable unset.</td>
89    </tr>
90
91    <tr>
92      <td><code>INTEL_BASE_MSVC_TOOLSET</code></td>
93
94      <td>The base toolset to extend this toolset from. This can be one of
95      <code>msvc</code>, <code>vc7</code>, or <code>vc-7_1</code>.</td>
96
97      <td><code>msvc</code></td>
98
99      <td>If you have both vc6 and vc7, you may want your Intel compiler to
100      use the VC7 libaries instead of the default vc6 libraries, in which
101      case set this to <code>vc7</code>.</td>
102    </tr>
103  </table>
104  <hr>
105
106  <p>Revised
107  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
108   10 Oct, 2004 <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
109
110  <p>Copyright &copy; Dave Abrahams 2002.</p>
111
112  <p><small>Distributed under the Boost Software License, Version 1.0. (See
113  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
114  copy at <a href=
115  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
116</body>
117</html>
Note: See TracBrowser for help on using the repository browser.