Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/thread/example/Jamfile.v2 @ 33

Last change on this file since 33 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 634 bytes
Line 
1# Copyright (C) 2001-2003
2# William E. Kempf
3#
4#  Distributed under the Boost Software License, Version 1.0. (See accompanying
5#  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7project boost/thread/example
8    : requirements <library>../build//boost_thread <threading>multi
9    ;
10       
11
12exe monitor : monitor.cpp ;
13exe starvephil : starvephil.cpp ;
14exe tennis : tennis.cpp ;
15exe condition : condition.cpp ;
16exe mutex : mutex.cpp ;
17exe once : once.cpp ;
18exe recursive_mutex : recursive_mutex.cpp ;
19exe thread : thread.cpp ;
20exe thread_group : thread_group.cpp ;
21exe tss : tss.cpp ;
22exe xtime : xtime.cpp ;
23
Note: See TracBrowser for help on using the repository browser.