summaryrefslogtreecommitdiff
path: root/boost-build.jam
blob: b7e659c80b729e45235e9bb6b25281ff04a34b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#~ 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) ;
if --v2 in $(ARGV)
{
    JAMFILE = [Jj]amfile.v2 ;
    boost-build tools/build/v2 ;
}
else
{
    boost-build tools/build/v1 ;
}