~ubuntu-branches/ubuntu/raring/boost-build/raring

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2002, 2003 Dave Abrahams 
# Copyright 2002 Rene Rivera 
# Copyright 2002, 2003 Vladimir Prus 
# Distributed under the Boost Software License, Version 1.0. 
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 

import project ;
import targets ;
import assert ;

project.load project-test1 ;
import project-roots ;

project-roots.print ;

NOTFILE all ;