Replace project-root.jam+Jamfile.v2 with Jamroot

[SVN r38534]
This commit is contained in:
Vladimir Prus 2007-08-08 19:59:50 +00:00
parent 4602768313
commit 37084f8efe
2 changed files with 1 additions and 6 deletions

View file

@ -97,6 +97,7 @@ import "class" : new ;
import common ;
import sequence ;
path-constant BOOST_ROOT : . ;
constant BOOST_VERSION : 1.35.0 ;
local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ] ;

View file

@ -1,6 +0,0 @@
# Copyright Rene Rivera, Vladimir Prus, David Abrahams
# 2006. Distributed under 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)
path-constant BOOST_ROOT : . ;