Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v1/msvc-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.9 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 - msvc-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">msvc-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=
34  "http://msdn.microsoft.com/visualc/">msvc-stlport</a> toolset supports the
35  Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a>
36  command-line tools, using the <a href="http://www.stlport.org">STLport</a>
37  standard library implementation on Microsoft Windows. It is designed to
38  allow you to build and test with multiple installed versions of STLPort, so
39  that objects build in each configuration will be built into separate
40  directories.</p>
41
42  <p>In addition to what this toolset provides, configuration and extended
43  functionality is available through the common <a href=
44  "stlport.html">stlport library support</a>.</p>
45  <hr>
46
47  <p>Revised $Date: 2005/09/16 03:18:06 $</p>
48
49  <p>Copyright &copy; Dave Abrahams 2002, Rene Rivera 2005.</p>
50
51  <p><small>Distributed under the Boost Software License, Version 1.0. (See
52  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
53  copy at <a href=
54  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
55</body>
56</html>
Note: See TracBrowser for help on using the repository browser.