2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-28 07:42:12 +00:00
Files
thread/build/Jamfile.v2
William E. Kempf 4e1acef27e Merged thread_base
[SVN r17096]
2003-01-30 20:51:12 +00:00

13 lines
290 B
Plaintext

# Declare the uses system library
lib pthread : : <name>pthread ;
project boost/thread
: source-location ../src
: usage-requirements <library>pthread
;
CPP_SOURCES = condition mutex recursive_mutex thread tss xtime once exceptions ;
lib boost_thread : $(CPP_SOURCES).cpp ;