mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
* 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]
11 lines
237 B
Plaintext
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 ;
|
|
|