summaryrefslogtreecommitdiff
path: root/Jamfile.v2
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2002-10-23 12:12:00 +0000
committerVladimir Prus <ghost@cs.msu.su>2002-10-23 12:12:00 +0000
commitd8cc50c7e74ff77e269d2bb176672748204d9b10 (patch)
tree58fe8047621e18f83a1157502be32e863c8473cd /Jamfile.v2
parente2f4c474ea17a9236f263e4c9b88c471060af229 (diff)
downloadboost-d8cc50c7e74ff77e269d2bb176672748204d9b10.tar.gz
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]
Diffstat (limited to 'Jamfile.v2')
-rw-r--r--Jamfile.v23
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamfile.v2 b/Jamfile.v2
index 0897d10549..c81c07f7cc 100644
--- a/Jamfile.v2
+++ b/Jamfile.v2
@@ -7,3 +7,6 @@ build-project libs/test/build ;
build-project libs/date_time/build ;
build-project libs/regex/build ;
build-project libs/signals/build ;
+build-project libs/graph/build ;
+build-project libs/python/build ;
+