mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 21:15:01 +00:00
10 lines
418 B
Text
10 lines
418 B
Text
#~ Copyright (C) 2002-2003, David Abrahams.
|
|
#~ Copyright (C) 2002-2003, Vladimir Prus.
|
|
#~ Copyright (C) 2003, Rene Rivera.
|
|
#~ Use, modification and distribution are subject to the
|
|
#~ Boost Software License, Version 1.0. (See accompanying file
|
|
#~ LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
BOOST_ROOT = $(.boost-build-file:D) ;
|
|
JAMFILE = [Bb]uild.jam [Jj]amfile.v2 ;
|
|
boost-build tools/build/v2 ;
|