2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00
Files
python/example/Jamfile.v2
Vladimir Prus 7e159844fb Update for current Boost.Build V2.
[SVN r19037]
2003-07-11 06:04:35 +00:00

11 lines
261 B
Plaintext

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 ;