Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-29 03:14:01


On Monday 29 October 2007 01:54:52 Robert Ramey wrote:
> what is the difference between
>
> link=static
>
> and
> runtime-link=static

The first tells that the libraries built by Boost.Build are created
as static. The second tells that executables and libraries should
be using static runtime (typically includes C and C++ standard libraries).

> and is the a table of valid "features" (or properties) with their legal
> settings anywhere?

What we have is:

        http://boost.org/boost-build2/doc/html/bbv2/advanced/builtins/features.html

It's not complete, and there's a ticked to make it more complete:

        https://zigzag.cs.msu.su:7813/boost.build/ticket/157

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk