Last change
on this file since 32 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
761 bytes
|
Line | |
---|
1 | # Copyright (c) 2003 Vladimir Prus. |
---|
2 | # |
---|
3 | # Use, modification and distribution is subject to the Boost Software |
---|
4 | # License Version 1.0. (See accompanying file LICENSE_1_0.txt or |
---|
5 | # http://www.boost.org/LICENSE_1_0.txt) |
---|
6 | |
---|
7 | # This file handles initial phase of Boost.Build loading. |
---|
8 | # Boost.Jam has already figured out where Boost.Build is |
---|
9 | # and loads this file, which is responsible for initialization |
---|
10 | # of basic facilities such a module system and loading the |
---|
11 | # main Boost.Build module, build-system.jam. |
---|
12 | # |
---|
13 | # Exact operation of this module is not interesting, it makes |
---|
14 | # sense to look at build-system.jam right away. |
---|
15 | |
---|
16 | # Load the kernel/bootstrap.jam, which does all the work. |
---|
17 | .bootstrap-file = $(.bootstrap-file:D)/kernel/bootstrap.jam ; |
---|
18 | include $(.bootstrap-file) ; |
---|
Note: See
TracBrowser
for help on using the repository browser.