Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/boost-build.jam @ 26

Last change on this file since 26 was 12, checked in by landauf, 16 years ago

added boost

File size: 482 bytes
Line 
1#~ Copyright (C) 2002-2003, David Abrahams.
2#~ Copyright (C) 2002-2003, Vladimir Prus.
3#~ Copyright (C) 2003, Rene Rivera.
4#~ Use, modification and distribution are subject to the
5#~ Boost Software License, Version 1.0. (See accompanying file
6#~ LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8BOOST_ROOT = $(.boost-build-file:D) ;
9if --v2 in $(ARGV)
10{
11    JAMFILE = [Jj]amfile.v2 ;
12    boost-build tools/build/v2 ;
13}
14else
15{
16    boost-build tools/build/v1 ;
17}   
Note: See TracBrowser for help on using the repository browser.