Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 2.2 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 - dmc 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">dmc toolset</h2>
26      </td>
27    </tr>
28  </table>
29  <hr>
30
31  <h2>Introduction</h2>
32
33  <p>Boost.Build's <a href="dmc-tools.jam">dmc</a> toolset supports the
34  <a href="http://www.digitalmars.com/">Digital Mars C++</a> command-line
35  tools.</p>
36
37  <h2><a name="configuration" id="configuration">Configuration
38  Variables</a></h2>
39
40  <p>The <code>dmc</code> toolset responds to the following variables, which
41  can be set in the environment or configured on the jam command-line using
42  <code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>:</p>
43
44  <table border="1" summary="settings">
45    <tr>
46      <th>Variable Name</th>
47
48      <th>Semantics</th>
49
50      <th>Default</th>
51
52      <th>Notes</th>
53    </tr>
54
55    <tr>
56      <td><code>DMC_ROOT</code></td>
57
58      <td>The path to the Digital Mars C++ installation directory</td>
59
60      <td><i>empty</i></td>
61
62      <td>For example, <code>C:\Program Files\Digital Mars</code></td>
63    </tr>
64  </table>
65  <hr>
66
67  <p>Revised
68  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
69   31 July, 2004
70  <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
71
72  <p>Copyright &copy; Dave Abrahams 2002, Aleksey Gurtovoy 2004.</p>
73
74  <p><small>Distributed under the Boost Software License, Version 1.0. (See
75  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
76  copy at <a href=
77  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
78</body>
79</html>
Note: See TracBrowser for help on using the repository browser.