2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00
Files
python/example
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
..
2002-10-09 07:44:34 +00:00
2002-10-05 04:37:49 +00:00
2002-10-23 12:12:00 +00:00
2002-10-05 04:37:49 +00:00

To get started with the Boost Python Library, use the examples
getting_started1.cpp and getting_started2.cpp.

    bjam -sTOOLS=your-toolset test

in this directory will build and run the examples.