2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-21 05:02:17 +00:00
Files
random/python/Jamfile
Daniel Wallin f646c80684 Random python binding
[SVN r2881]
2006-03-13 10:22:48 +00:00

17 lines
301 B
Plaintext
Executable File

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
# ;