2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 06:22:15 +00:00

remove local rule usage for the time being.

[SVN r12626]
This commit is contained in:
Dave Abrahams
2002-02-02 00:49:24 +00:00
parent 7a16cd4c37
commit 684e391a9a

View File

@@ -64,7 +64,7 @@ include <module@>python.jam ;
local PYTHON_PROPERTIES = $(PYTHON_PROPERTIES) <define>BOOST_PYTHON_DYNAMIC_LIB ;
#######################
local rule bpl-test ( test-name : sources + )
rule bpl-test ( test-name : sources + )
{
boost-python-test $(test-name) : $(sources) <lib>libboost_python ;
}
@@ -108,7 +108,7 @@ boost-python-runtest comprehensive
############# simple tests from ../example ############
local rule boost-python-example-runtest ( name )
rule boost-python-example-runtest ( name )
{
bpl-test $(name)
: ../example/$(name).cpp ;