2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Move definition of BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION back

where it belongs.


[SVN r35076]
This commit is contained in:
Dave Abrahams
2006-09-12 22:37:09 +00:00
parent 1d65b74273
commit 4a63cf4843

View File

@@ -4,7 +4,13 @@ project /boost/python/test ;
rule py-run ( sources * )
{
return [ run $(sources) /boost/python//boost_python /python//python ] ;
return [ run $(sources) /boost/python//boost_python /python//python
: # args
: # input files
: #requirements
<define>BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION
] ;
}
rule py-compile ( sources * )
@@ -18,10 +24,6 @@ rule py-compile-fail ( sources * )
}
project :
requirements <define>BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION
;
#template py-unit-test
# :