2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

merging current boost/python and libs/python from trunk into release branch

[SVN r66066]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2010-10-18 04:04:52 +00:00
parent 846c5d9914
commit f759e9eb0e
7 changed files with 38 additions and 4 deletions

View File

@@ -26,6 +26,14 @@ project
# source files after the colon separated by spaces.
python-extension hello_ext : hello.cpp ;
# Put the extension and Boost.Python DLL in the current directory, so
# that running script by hand works.
install convenient_copy
: hello_ext
: <install-dependencies>on <install-type>SHARED_LIB <install-type>PYTHON_EXTENSION
<location>.
;
# A little "rule" (function) to clean up the syntax of declaring tests
# of these extension modules.
local rule run-test ( test-name : sources + )