Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 1.8 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4<head>
5  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
6  <link rel="stylesheet" type="text/css" href="../../../boost.css">
7
8  <title>Boost.Build - dmc-stlport toolset</title>
9</head>
10
11<body link="#0000FF" vlink="#800080">
12  <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
13  "header">
14    <tbody>
15      <tr>
16        <td valign="top" width="300">
17          <h3><a href="http://www.boost.org/"><img height="86" width="277"
18          alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
19        </td>
20
21        <td valign="top">
22          <h1 align="center">Boost.Build</h1>
23
24          <h2 align="center">dmc-stlport toolset</h2>
25        </td>
26      </tr>
27    </tbody>
28  </table>
29  <hr>
30
31  <h2>Introduction</h2>
32
33  <p>Boost.Build's <a href="dmc-stlport-tools.jam">dmc-stlport</a> toolset
34  supports the <a href="http://www.digitalmars.com/">Digital Mars C++</a>
35  command-line tools, using the <a href="http://www.stlport.org">STLport</a>
36  standard library implementation. It is designed to allow you to build and
37  test with multiple installed versions of STLPort, so that objects build in
38  each configuration will be built into separate directories.</p>
39
40  <p>In addition to what this toolset provides, configuration and extended
41  functionality is available through the common <a href=
42  "stlport.html">stlport library support</a>.</p>
43  <hr>
44
45  <p>Revised $Date: 2005/09/16 03:18:06 $</p>
46
47  <p>Copyright &copy; Dave Abrahams 2002, Aleksey Gurtovoy 2004, Rene Rivera
48  2005.</p>
49
50  <p><small>Distributed under the Boost Software License, Version 1.0. (See
51  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
52  copy at <a href=
53  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
54</body>
55</html>
Note: See TracBrowser for help on using the repository browser.