2005-10-16 11:15:46 +02:00
|
|
|
import modules ;
|
|
|
|
|
|
|
|
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
|
|
|
|
|
2004-04-17 14:29:35 +02:00
|
|
|
use-project /torrent : .. ;
|
2007-07-07 23:27:36 +02:00
|
|
|
|
|
|
|
if $(BOOST_ROOT)
|
|
|
|
{
|
|
|
|
use-project /boost : $(BOOST_ROOT) ;
|
|
|
|
}
|
|
|
|
|
2005-08-15 00:04:58 +02:00
|
|
|
project client_test
|
2007-06-13 03:48:24 +02:00
|
|
|
: requirements
|
|
|
|
<threading>multi <library>/torrent//torrent
|
|
|
|
: default-build
|
|
|
|
<link>static
|
2004-11-01 00:16:08 +01:00
|
|
|
;
|
2004-02-21 12:52:21 +01:00
|
|
|
|
2009-05-13 03:02:06 +02:00
|
|
|
exe client_test : client_test.cpp ;
|
2007-07-07 23:27:36 +02:00
|
|
|
|
2005-01-11 03:13:07 +01:00
|
|
|
exe simple_client : simple_client.cpp ;
|
|
|
|
exe dump_torrent : dump_torrent.cpp ;
|
|
|
|
exe make_torrent : make_torrent.cpp ;
|
2007-09-20 18:25:07 +02:00
|
|
|
exe enum_if : enum_if.cpp ;
|
2004-10-10 02:42:48 +02:00
|
|
|
|