2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-26 18:52:27 +00:00

Random python binding

[SVN r2881]
This commit is contained in:
Daniel Wallin
2006-03-13 10:22:48 +00:00
parent 85c8e75a7e
commit f646c80684
3 changed files with 268 additions and 0 deletions

16
python/Jamfile Executable file
View File

@@ -0,0 +1,16 @@
subproject libs/random/python ;
# Include definitions needed for Python modules
import python ;
extension _random
: random.cpp
<template>@boost/libs/python/build/extension
: <include>../../../
;
# boost-python-runtest test1
# : test_random.py
# <pyd>random
# ;