2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-26 19:12:11 +00:00

Update V2 Jamfile for Boost.

[SVN r16882]
This commit is contained in:
Vladimir Prus
2003-01-13 10:05:01 +00:00
parent 5d90820005
commit 508b71a921

View File

@@ -1,7 +1,10 @@
# Declare the uses system library
lib pthread : : <name>pthread ;
project boost/thread
: source-location ../src
: use-requirements <find-library>pthread
: use-requirements <library>pthread
;
CPP_SOURCES = condition mutex recursive_mutex thread tss xtime once exceptions ;