2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00
Files
python/example/Jamfile.v2
Vladimir Prus ba4906d05c Update V2 Jamfile for Boost.
[SVN r16882]
2003-01-13 10:05:01 +00:00

13 lines
354 B
Plaintext

use-project /boost/python : ../build ;
project
: requirements <library>@/boost/python/boost_python
;
python-extension getting_started1 : getting_started1.cpp : <shared>true ;
python-extension getting_started2 : getting_started2.cpp : <shared>true ;
exe embedding_test : embedding_test.cpp : <define>BOOST_PYTHON_DYNAMIC_LIB <shared>true ;