2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-24 06:02:15 +00:00
Files
random/python/Jamfile
Daniel Wallin 106f1daa61 *** empty log message ***
[SVN r2897]
2006-03-21 10:41:56 +00:00

18 lines
338 B
Plaintext
Executable File

subproject libs/random/python ;
# Include definitions needed for Python modules
import python ;
extension _boost_random
: random.cpp
<template>@boost/libs/python/build/extension
<lib>../build/boost_random
: <include>../../../
;
# boost-python-runtest test1
# : test_random.py
# <pyd>random
# ;