mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 22:48:50 +00:00
Replace project-root.jam+Jamfile.v2 with Jamroot
[SVN r38534]
This commit is contained in:
parent
4602768313
commit
37084f8efe
2 changed files with 1 additions and 6 deletions
|
@ -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) ] ;
|
|
@ -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 : . ;
|
Loading…
Add table
Reference in a new issue