forked from boostorg/regex
Use the import rule
[SVN r19968]
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
subproject libs/regex/build ;
|
||||
|
||||
include $(BOOST_ROOT)/libs/regex/base.jam ;
|
||||
import ../base ;
|
||||
|
||||
SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
|
||||
cregex fileiter posix_api regex regex_debug
|
||||
|
@ -3,9 +3,7 @@
|
||||
subproject libs/regex/example ;
|
||||
|
||||
# bring in the rules for testing
|
||||
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
||||
include testing.jam ;
|
||||
include $(BOOST_ROOT)/libs/regex/base.jam ;
|
||||
import testing ../base ;
|
||||
|
||||
rule regex-test-run ( sources + : input * )
|
||||
{
|
||||
|
@ -3,10 +3,7 @@
|
||||
subproject libs/regex/test ;
|
||||
|
||||
# bring in the rules for testing
|
||||
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
||||
include testing.jam ;
|
||||
|
||||
include $(BOOST_ROOT)/libs/regex/base.jam ;
|
||||
import testing ../base ;
|
||||
|
||||
#
|
||||
# this template defines the options common to
|
||||
|
Reference in New Issue
Block a user