Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 2.4 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 - vc7 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">vc7 toolset</h2>
26      </td>
27    </tr>
28  </table>
29  <hr>
30
31  <h2>Introduction</h2>
32
33  <p>Boost.Build's <a href="http://msdn.microsoft.com/visualc/">vc7</a>
34  toolset supports the Microsoft Visual C++ .NET tools. This toolset is an
35  extention to the <code><a href="msvc-tools.html">msvc</a></code> toolset
36  and is usefull for when you need to have access to both version 6 and
37  version 7 of the toolsets.</p>
38
39  <h2>Configuration Variables</h2>The vc7 toolset responds to the following
40  variables which can be set in the environment or configured on the jam
41  command-line using <code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>:
42
43  <table border="1" summary="settings">
44    <tr>
45      <th>Variable Name</th>
46
47      <th>Semantics</th>
48
49      <th>Default</th>
50
51      <th>Notes</th>
52    </tr>
53
54    <tr>
55      <td><code>VC7_ROOT</code></td>
56
57      <td>Path to installation of VC7.</td>
58
59      <td>
60      <code>C:\Program&nbsp;Files\Microsoft&nbsp;Visual&nbsp;Studio&nbsp;.NET\VC7</code></td>
61
62      <td>If <code>MSVCDir</code> is set in the environment, the toolset will
63      assume <code>VCVARS32.BAT</code>has already been called, and will
64      ignore this variable.</td>
65    </tr>
66  </table>
67  <hr>
68
69  <p>Revised
70  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
71   15 May, 2002 <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
72
73  <p>Copyright &copy; Dave Abrahams 2002.</p>
74
75  <p><small>Distributed under the Boost Software License, Version 1.0. (See
76  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
77  copy at <a href=
78  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
79</body>
80</html>
Note: See TracBrowser for help on using the repository browser.