Remove building of graph supplementary library, as it has some external tool dependencies.

[SVN r34439]
This commit is contained in:
Rene Rivera 2006-07-02 00:41:52 +00:00
parent 0f917af91b
commit 46945938e6
2 changed files with 5 additions and 6 deletions

View file

@ -114,8 +114,11 @@ project boost
# Setup convenient aliases for all libraries.
all-libraries = [ MATCH .*libs/(.*)/build/.*
: [ glob libs/*/build/Jamfile.v2 ] ] ;
all-libraries =
[ set.difference
[ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ] ]
: graph
] ;
# First, the complicated libraries: where the target name in
# Jamfile is different from directory name.

View file

@ -1,6 +1,2 @@
path-constant BOOST_ROOT : . ;
using lex ;
using bison ;
using testing ;