Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/bbv2/vs_v1.html @ 46

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

updated boost from 1_33_1 to 1_34_1

File size: 3.5 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Appendix B. Differences to Boost.Build V1</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8<link rel="up" href="../bbv2.html" title="Chapter 25. Boost.Build V2 User Manual">
9<link rel="prev" href="faq.html" title="Frequently Asked Questions">
10<link rel="next" href="advanced/differences_to_v1/jamfiles.html" title="Writing Jamfiles">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
15<td align="center"><a href="../../../index.htm">Home</a></td>
16<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../../people/people.htm">People</a></td>
18<td align="center"><a href="../../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="faq.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../bbv2.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="advanced/differences_to_v1/jamfiles.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="appendix" lang="en">
26<div class="titlepage"><div><div><h2 class="title">
27<a name="bbv2.vs_v1"></a>Appendix B. Differences to Boost.Build V1</h2></div></div></div>
28<div class="toc">
29<p><b>Table of Contents</b></p>
30<dl>
31<dt><span class="section"><a href="vs_v1.html#bbv2.advanced.differences_to_v1.configuration">Configuration</a></span></dt>
32<dt><span class="section"><a href="advanced/differences_to_v1/jamfiles.html">Writing Jamfiles</a></span></dt>
33<dt><span class="section"><a href="advanced/differences_to_v1/build_process.html">Build process</a></span></dt>
34</dl>
35</div>
36<p>While Boost.Build V2 is based on the same ideas as Boost.Build V1,
37  some of the syntax was changed, and some new important features were
38  added. This chapter describes most of the changes.</p>
39<div class="section" lang="en">
40<div class="titlepage"><div><div><h3 class="title">
41<a name="bbv2.advanced.differences_to_v1.configuration"></a>Configuration</h3></div></div></div>
42<p>In V1, toolsets were configured by environment variables. If you
43      wanted to use two versions of the same toolset, you had to create a new
44      toolset module that would set the variables and then invoke the base
45      toolset. In V2, toolsets are configured by the
46      <code class="computeroutput">using</code>, and you can easily configure several
47      versions of a toolset. See <a href="advanced.html#bbv2.advanced.configuration" title="Configuration">the section called &#8220;Configuration&#8221;</a> for details.
48      </p>
49</div>
50</div>
51<table width="100%"><tr>
52<td align="left"></td>
53<td align="right"><small></small></td>
54</tr></table>
55<hr>
56<div class="spirit-nav">
57<a accesskey="p" href="faq.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../bbv2.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="advanced/differences_to_v1/jamfiles.html"><img src="../images/next.png" alt="Next"></a>
58</div>
59</body>
60</html>
Note: See TracBrowser for help on using the repository browser.