Files
parameter/test/python/Jamfile
2005-12-10 17:42:26 +00:00

16 lines
275 B
Plaintext
Executable File

subproject libs/parameter/test/python ;
SEARCH on python.jam = $(BOOST_BUILD_PATH) ;
include python.jam ;
extension parameter
: simple.cpp
<dll>../../../python/build/boost_python
;
extension general
: general.cpp
<dll>../../../python/build/boost_python
;