2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-17 13:42:17 +00:00
Files
config/tools/Jamfile
John Maddock 3423ec4c52 Added BOOST_NO_IS_ABSTRACT.
[SVN r26422]
2004-12-04 11:36:36 +00:00

12 lines
240 B
Plaintext

# Copyright John Maddock.
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) ;