2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00
Files
python/example/Jamfile.v2
Dave Abrahams 17b0c819e4 improved comments in-line
[SVN r22628]
2004-04-11 12:07:18 +00:00

13 lines
405 B
Plaintext

# This is the Jamfile for Boost.Build v2, which is currently in
# prerelease. Ignore this file unless you are a bleading edge sort of
# person.
use-project /boost/python : ../build ;
project
: requirements <library>/boost/python//boost_python
;
python-extension getting_started1 : getting_started1.cpp : <link>shared ;
python-extension getting_started2 : getting_started2.cpp : <link>shared ;