2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00

Merge from trunk

[SVN r33626]
This commit is contained in:
Vladimir Prus
2006-04-10 09:02:57 +00:00
parent 7b93f2fdc5
commit 5cc33461dd

View File

@@ -2,6 +2,8 @@
use-project /boost/python : ../build ;
project /boost/python/test ;
project : requirements <threading>multi ;
rule py-run ( sources * )
{
return [ run $(sources) /boost/python//boost_python ] ;