summaryrefslogtreecommitdiff
path: root/tools/build/v2/test/project-test1/dir/jamfile.jam
blob: 3434eb7911d86c83ab056436b2d3b65f2d52a110 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2003 Dave Abrahams 
# Copyright 2002 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) 


project /boost-build-test-project-1/dir 
    : source-location src 
    : default-build release
    ;