]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/variant/readme.txt
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / tools / build / example / variant / readme.txt
1 Copyright 2004 Vladimir Prus
2 Distributed under the Boost Software License, Version 1.0.
3 (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5
6 This example shows how user can create his own build variants. Two variants are
7 defined: "crazy", which is just a random combination of properties, and
8 "super-release", which is inherited from "release", and differs by a single
9 define.
10
11 See the jamroot.jam for the definitions.