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:
560 bytes
|
Line | |
---|
1 | # Copyright 2002, 2003 Dave Abrahams |
---|
2 | # Copyright 2003 Vladimir Prus |
---|
3 | # Distributed under the Boost Software License, Version 1.0. |
---|
4 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) |
---|
5 | |
---|
6 | # Assume BOOST_BUILD_PATH point to the 'test' directory. |
---|
7 | # We need to leave 'test' there, so that 'test-config.jam' |
---|
8 | # can be found, but also add parent directory, to find |
---|
9 | # all the other modules. |
---|
10 | |
---|
11 | BOOST_BUILD_PATH = $(BOOST_BUILD_PATH)/.. $(BOOST_BUILD_PATH) ; |
---|
12 | |
---|
13 | # Find the boost build system in the ../kernel directory. |
---|
14 | boost-build ../kernel ; |
---|
Note: See
TracBrowser
for help on using the repository browser.