2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-17 01:32:15 +00:00
Files
config/tools/Jamfile
John Maddock 36a4261fda Added license info.
[SVN r34557]
2006-07-16 15:42:19 +00:00

16 lines
433 B
Plaintext

# Copyright John Maddock 2005.
# Use, modification and distribution are subject to 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)
subproject libs/config/tools ;
# bring in the rules for testing
import testing ;
run generate.cpp
<lib>../../regex/build/boost_regex
<lib>../../filesystem/build/boost_filesystem
: : $(BOOST_ROOT) ;