[29] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
| 4 | <title>Chapter 25. Boost.Build V2 User Manual</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="tools.html" title="Part II. Boost Tools"> |
---|
| 9 | <link rel="prev" href="jam/miscellaneous.html" title="Miscellaneous"> |
---|
| 10 | <link rel="next" href="bbv2/installation.html" title="Installation"> |
---|
| 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="jam/miscellaneous.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="tools.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="bbv2/installation.html"><img src="images/next.png" alt="Next"></a> |
---|
| 24 | </div> |
---|
| 25 | <div class="chapter" lang="en"> |
---|
| 26 | <div class="titlepage"><div><div><h2 class="title"> |
---|
| 27 | <a name="bbv2"></a>Chapter 25. Boost.Build V2 User Manual</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="bbv2.html#bbv2.howto">How to use this document</a></span></dt> |
---|
| 32 | <dt><span class="section"><a href="bbv2/installation.html">Installation</a></span></dt> |
---|
| 33 | <dt><span class="section"><a href="bbv2/tutorial.html">Tutorial</a></span></dt> |
---|
| 34 | <dd><dl> |
---|
| 35 | <dt><span class="section"><a href="bbv2/tutorial.html#bbv2.tutorial.hello">Hello, world</a></span></dt> |
---|
| 36 | <dt><span class="section"><a href="bbv2/tutorial.html#bbv2.tutorial.properties">Properties</a></span></dt> |
---|
| 37 | <dt><span class="section"><a href="bbv2/tutorial.html#bbv2.tutorial.hierarchy">Project Hierarchies</a></span></dt> |
---|
| 38 | <dt><span class="section"><a href="bbv2/tutorial.html#bbv2.tutorial.libs">Dependent Targets</a></span></dt> |
---|
| 39 | <dt><span class="section"><a href="bbv2/tutorial.html#bbv2.tutorial.testing">Testing</a></span></dt> |
---|
| 40 | <dt><span class="section"><a href="bbv2/tutorial.html#bbv2.tutorial.linkage">Static and shared libaries</a></span></dt> |
---|
| 41 | <dt><span class="section"><a href="bbv2/tutorial.html#bbv2.tutorial.conditions">Conditions and alternatives</a></span></dt> |
---|
| 42 | <dt><span class="section"><a href="bbv2/tutorial.html#bbv2.tutorial.prebuilt">Prebuilt targets</a></span></dt> |
---|
| 43 | </dl></dd> |
---|
| 44 | <dt><span class="section"><a href="bbv2/advanced.html">Overview</a></span></dt> |
---|
| 45 | <dd><dl> |
---|
| 46 | <dt><span class="section"><a href="bbv2/advanced.html#bbv2.advanced.jam_language">Boost.Jam Language</a></span></dt> |
---|
| 47 | <dt><span class="section"><a href="bbv2/advanced.html#bbv2.advanced.configuration">Configuration</a></span></dt> |
---|
| 48 | <dt><span class="section"><a href="bbv2/advanced.html#bbv2.advanced.invocation">Invocation</a></span></dt> |
---|
| 49 | <dt><span class="section"><a href="bbv2/advanced.html#bbv2.advanced.targets">Declaring Targets</a></span></dt> |
---|
| 50 | <dt><span class="section"><a href="bbv2/advanced.html#bbv2.advanced.projects">Projects</a></span></dt> |
---|
| 51 | <dt><span class="section"><a href="bbv2/advanced.html#bbv2.advanced.build_process">The Build Process</a></span></dt> |
---|
| 52 | </dl></dd> |
---|
| 53 | <dt><span class="section"><a href="bbv2/tasks.html">Common tasks</a></span></dt> |
---|
| 54 | <dd><dl> |
---|
| 55 | <dt><span class="section"><a href="bbv2/tasks.html#bbv2.tasks.programs">Programs</a></span></dt> |
---|
| 56 | <dt><span class="section"><a href="bbv2/tasks.html#bbv2.tasks.libraries">Libraries</a></span></dt> |
---|
| 57 | <dt><span class="section"><a href="bbv2/tasks.html#bbv2.tasks.alias">Alias</a></span></dt> |
---|
| 58 | <dt><span class="section"><a href="bbv2/tasks.html#bbv2.tasks.installing">Installing</a></span></dt> |
---|
| 59 | <dt><span class="section"><a href="bbv2/tasks.html#bbv2.builtins.testing">Testing</a></span></dt> |
---|
| 60 | <dt><span class="section"><a href="bbv2/tasks.html#bbv2.builtins.raw">Custom commands</a></span></dt> |
---|
| 61 | <dt><span class="section"><a href="bbv2/tasks.html#bbv2.reference.precompiled_headers">Precompiled Headers</a></span></dt> |
---|
| 62 | <dt><span class="section"><a href="bbv2/tasks.html#bbv2.reference.generated_headers">Generated headers</a></span></dt> |
---|
| 63 | </dl></dd> |
---|
| 64 | <dt><span class="section"><a href="bbv2/extender.html">Extender Manual</a></span></dt> |
---|
| 65 | <dd><dl> |
---|
| 66 | <dt><span class="section"><a href="bbv2/extender.html#bbv2.extender.intro">Introduction</a></span></dt> |
---|
| 67 | <dt><span class="section"><a href="bbv2/extender.html#bbv2.extending.targets">Target types</a></span></dt> |
---|
| 68 | <dt><span class="section"><a href="bbv2/extender.html#bbv2.extending.tools">Tools and generators</a></span></dt> |
---|
| 69 | <dt><span class="section"><a href="bbv2/extender.html#bbv2.extending.features">Features</a></span></dt> |
---|
| 70 | <dt><span class="section"><a href="bbv2/extender.html#bbv2.extending.rules">Main target rules</a></span></dt> |
---|
| 71 | <dt><span class="section"><a href="bbv2/extender.html#bbv2.extending.toolset_modules">Toolset modules</a></span></dt> |
---|
| 72 | </dl></dd> |
---|
| 73 | <dt><span class="section"><a href="bbv2/reference.html">Detailed reference</a></span></dt> |
---|
| 74 | <dd><dl> |
---|
| 75 | <dt><span class="section"><a href="bbv2/reference.html#bbv2.reference.general">General information</a></span></dt> |
---|
| 76 | <dt><span class="section"><a href="bbv2/reference.html#bbv2.reference.rules">Builtin rules</a></span></dt> |
---|
| 77 | <dt><span class="section"><a href="bbv2/reference.html#bbv2.advanced.builtins.features">Builtin features</a></span></dt> |
---|
| 78 | <dt><span class="section"><a href="bbv2/reference.html#bbv2.reference.tools">Builtin tools</a></span></dt> |
---|
| 79 | <dt><span class="section"><a href="bbv2/reference.html#bbv2.reference.buildprocess">Build process</a></span></dt> |
---|
| 80 | <dt><span class="section"><a href="bbv2/reference.html#bbv2.reference.definitions">Definitions</a></span></dt> |
---|
| 81 | <dt><span class="section"><a href="bbv2/reference.html#bbv2.reference.generators">Generators</a></span></dt> |
---|
| 82 | </dl></dd> |
---|
| 83 | <dt><span class="section"><a href="bbv2/faq.html">Frequently Asked Questions</a></span></dt> |
---|
| 84 | <dd><dl> |
---|
| 85 | <dt><span class="section"><a href="bbv2/faq.html#id2130440"> |
---|
| 86 | How do I get the current value of feature in Jamfile? |
---|
| 87 | </a></span></dt> |
---|
| 88 | <dt><span class="section"><a href="bbv2/faq.html#id2130502"> |
---|
| 89 | I'm getting "Duplicate name of actual target" error. What |
---|
| 90 | does it mean? |
---|
| 91 | </a></span></dt> |
---|
| 92 | <dt><span class="section"><a href="bbv2/faq.html#bbv2.faq.envar"> |
---|
| 93 | Accessing environment variables |
---|
| 94 | </a></span></dt> |
---|
| 95 | <dt><span class="section"><a href="bbv2/faq.html#id2130646"> |
---|
| 96 | How to control properties order? |
---|
| 97 | </a></span></dt> |
---|
| 98 | <dt><span class="section"><a href="bbv2/faq.html#id2130685"> |
---|
| 99 | How to control the library order on Unix? |
---|
| 100 | </a></span></dt> |
---|
| 101 | <dt><span class="section"><a href="bbv2/faq.html#bbv2.faq.external">Can I get output of external program as a variable in a Jamfile? |
---|
| 102 | </a></span></dt> |
---|
| 103 | <dt><span class="section"><a href="bbv2/faq.html#id2130754">How to get the project-root location? |
---|
| 104 | </a></span></dt> |
---|
| 105 | <dt><span class="section"><a href="bbv2/faq.html#id2130779">How to change compilation flags for one file? |
---|
| 106 | </a></span></dt> |
---|
| 107 | <dt><span class="section"><a href="bbv2/faq.html#bbv2.faq.dll-path">Why are the <code class="computeroutput">dll-path</code> and |
---|
| 108 | <code class="computeroutput">hardcode-dll-paths</code> properties useful? |
---|
| 109 | </a></span></dt> |
---|
| 110 | <dt><span class="section"><a href="bbv2/faq.html#bbv2.recipies.site-config">Targets in site-config.jam</a></span></dt> |
---|
| 111 | <dt><span class="section"><a href="bbv2/faq.html#bbv2.faq.header-only-libraries">Header-only libraries</a></span></dt> |
---|
| 112 | </dl></dd> |
---|
| 113 | <dt><span class="appendix"><a href="bbv2/vs_v1.html">B. Differences to Boost.Build V1</a></span></dt> |
---|
| 114 | <dd><dl> |
---|
| 115 | <dt><span class="section"><a href="bbv2/vs_v1.html#bbv2.advanced.differences_to_v1.configuration">Configuration</a></span></dt> |
---|
| 116 | <dt><span class="section"><a href="bbv2/advanced/differences_to_v1/jamfiles.html">Writing Jamfiles</a></span></dt> |
---|
| 117 | <dt><span class="section"><a href="bbv2/advanced/differences_to_v1/build_process.html">Build process</a></span></dt> |
---|
| 118 | </dl></dd> |
---|
| 119 | </dl> |
---|
| 120 | </div> |
---|
| 121 | <div class="section" lang="en"> |
---|
| 122 | <div class="titlepage"><div><div><h2 class="title" style="clear: both"> |
---|
| 123 | <a name="bbv2.howto"></a>How to use this document</h2></div></div></div> |
---|
| 124 | <p> |
---|
| 125 | If you've just found out about Boost.Build V2 and want to know |
---|
| 126 | if it will work for you, start with <a href="bbv2/tutorial.html" title="Tutorial">the section called “Tutorial”</a>. You can continue with <a href="bbv2/advanced.html" title="Overview">the section called “Overview”</a>. When you're ready to try Boost.Build |
---|
| 127 | in practice, go to <a href="bbv2/installation.html" title="Installation">the section called “Installation”</a>. |
---|
| 128 | </p> |
---|
| 129 | <p> |
---|
| 130 | If you are about to use Boost.Build on your project, or already |
---|
| 131 | using it and have a problem, look at <a href="bbv2/advanced.html" title="Overview">the section called “Overview”</a>. |
---|
| 132 | </p> |
---|
| 133 | <p> |
---|
| 134 | If you're trying to build a project which uses Boost.Build, |
---|
| 135 | see <a href="bbv2/installation.html" title="Installation">the section called “Installation”</a> and then read about |
---|
| 136 | <a href="bbv2/reference.html#bbv2.reference.commandline" title="Command line">the section called “Command line”</a>. |
---|
| 137 | </p> |
---|
| 138 | <p> |
---|
| 139 | If you have questions, please post them to our mailing list (<a href="http://boost.org/more/mailing_lists.htm#jamboost" target="_top">http://boost.org/more/mailing_lists.htm#jamboost</a>). The mailing list is |
---|
| 140 | also mirrowed to newsgroup <a href="news://news.gmane.org/gmane.comp.lib.boost.build" target="_top">news://news.gmane.org/gmane.comp.lib.boost.build</a>. |
---|
| 141 | </p> |
---|
| 142 | </div> |
---|
| 143 | </div> |
---|
| 144 | <table width="100%"><tr> |
---|
| 145 | <td align="left"></td> |
---|
| 146 | <td align="right"><small></small></td> |
---|
| 147 | </tr></table> |
---|
| 148 | <hr> |
---|
| 149 | <div class="spirit-nav"> |
---|
| 150 | <a accesskey="p" href="jam/miscellaneous.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="tools.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="bbv2/installation.html"><img src="images/next.png" alt="Next"></a> |
---|
| 151 | </div> |
---|
| 152 | </body> |
---|
| 153 | </html> |
---|