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