1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
2 | |
---|
3 | <html> |
---|
4 | <head> |
---|
5 | <title>Boost.Build - msvc-stlport toolset</title> |
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> |
---|
7 | <link rel="stylesheet" type="text/css" href="../../../boost.css"> |
---|
8 | </head> |
---|
9 | |
---|
10 | <body link="#0000FF" vlink="#800080"> |
---|
11 | <table border="0" cellpadding="7" cellspacing="0" width="100%" summary= |
---|
12 | "header"> |
---|
13 | <tbody> |
---|
14 | <tr> |
---|
15 | <td valign="top" width="300"> |
---|
16 | <h3><a href="http://www.boost.org/"><img height="86" width="277" |
---|
17 | alt="C++ Boost" src="../../../boost.png" border="0"></a></h3> |
---|
18 | </td> |
---|
19 | |
---|
20 | <td valign="top"> |
---|
21 | <h1 align="center">Boost.Build</h1> |
---|
22 | |
---|
23 | <h2 align="center">vc7-stlport toolset</h2> |
---|
24 | </td> |
---|
25 | </tr> |
---|
26 | </tbody> |
---|
27 | </table> |
---|
28 | <hr> |
---|
29 | |
---|
30 | <h2>Introduction</h2> |
---|
31 | |
---|
32 | <p>Boost.Build's <a href= |
---|
33 | "http://msdn.microsoft.com/visualc/">vc7-stlport</a> toolset supports the |
---|
34 | Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> .NET |
---|
35 | command-line tools, using the <a href="http://www.stlport.org">STLport</a> |
---|
36 | standard library implementation on Microsoft Windows. It is designed to |
---|
37 | allow you to build and test with multiple installed versions of STLPort, so |
---|
38 | that objects build in each configuration will be built into separate |
---|
39 | directories.</p> |
---|
40 | |
---|
41 | <p>In addition to what this toolset provides, configuration and extended |
---|
42 | functionality is available through the common <a href= |
---|
43 | "stlport.html">stlport library support</a>.</p> |
---|
44 | |
---|
45 | <h2><a name="features" id="features">Toolset-Specific Features</a></h2>The |
---|
46 | following vc7 <code>-stlport</code>-specific <a href= |
---|
47 | "build_system.htm#features">features</a> can be used in target build |
---|
48 | requirements or in the <a href= |
---|
49 | "build_system.htm#initiating"><code>BUILD</code></a> variable: |
---|
50 | |
---|
51 | <table border="1" summary="features"> |
---|
52 | <tr> |
---|
53 | <th>Feature</th> |
---|
54 | |
---|
55 | <th>Values</th> |
---|
56 | |
---|
57 | <th>Default</th> |
---|
58 | |
---|
59 | <th>Semantics</th> |
---|
60 | </tr> |
---|
61 | |
---|
62 | <tr> |
---|
63 | <td><code>native-wchar_t</code></td> |
---|
64 | |
---|
65 | <td><code>off on</code></td> |
---|
66 | |
---|
67 | <td><code>off</code></td> |
---|
68 | |
---|
69 | <td>Controls whether wchar_t is an intrinsic type or not. This is |
---|
70 | off by default since that's the way STLPort builds itself. |
---|
71 | Turning this on may result in unresolved externals from STLPort, unless |
---|
72 | you rebuild STLPort with /Zc:wchar_t.</td> |
---|
73 | </tr> |
---|
74 | </table> |
---|
75 | <hr> |
---|
76 | |
---|
77 | <p>Revised $Date: 2005/09/16 03:18:06 $</p> |
---|
78 | |
---|
79 | <p>Copyright © Dave Abrahams 2002, John Maddock 2003, Rene Rivera |
---|
80 | 2005.</p> |
---|
81 | |
---|
82 | <p><small>Distributed under the Boost Software License, Version 1.0. (See |
---|
83 | accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or |
---|
84 | copy at <a href= |
---|
85 | "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p> |
---|
86 | </body> |
---|
87 | </html> |
---|