3 BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
5 use-project /torrent : .. ;
6 use-project /boost : $(BOOST_ROOT) ;
9 : requirements <threading>multi <library>/torrent
12 exe client_test : client_test.cpp /boost/program_options /boost/regex ;
13 exe simple_client : simple_client.cpp ;
14 exe dump_torrent : dump_torrent.cpp ;
15 exe make_torrent : make_torrent.cpp ;
17 #stage . : dump_torrent make_torrent simple_client client_test ;