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 3cb4a029e0 Improve Boost.Python building.
* libs/python/build/Jamfile.v2: Sense the location of python headers. Export
  include paths.

* libs/python/example/Jamfile.v2: New file.

* new/targets.jam: Use refined properties for constructed
    dependency properties

* new/gcc.jam: Handle 'find-library'. Set soname for dynamic libraries.

* new/builtin.jam: New feature 'find-library'.


[SVN r15966]
2002-10-23 12:12:00 +00:00

11 lines
237 B
Plaintext

use-project /boost/python : ../build ;
project
: requirements <library>@/boost/python/boost_python
;
lib getting_started1 : getting_started1.cpp : <shared>true ;
lib getting_started2 : getting_started2.cpp : <shared>true ;