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 bcf864fce3 Attempt to handle derived target types
[SVN r16224]
2002-11-13 17:22:48 +00:00

11 lines
263 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 ;