twisterp2pnetworkbittorrentblockchainipv6microbloggingdecentralizedsocial-networkdhttwister-ipv6twister-coretwisterarmyp2p-networktwister-server
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
364 B
22 lines
364 B
11 years ago
|
import modules ;
|
||
|
|
||
|
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
|
||
|
|
||
|
use-project /torrent : .. ;
|
||
|
|
||
|
if $(BOOST_ROOT)
|
||
|
{
|
||
|
use-project /boost : $(BOOST_ROOT) ;
|
||
|
}
|
||
|
|
||
|
project tools
|
||
|
: requirements
|
||
|
<threading>multi <library>/torrent//torrent
|
||
|
: default-build
|
||
|
<link>static
|
||
|
;
|
||
|
|
||
|
exe parse_hash_fails : parse_hash_fails.cpp ;
|
||
|
exe parse_request_log : parse_request_log.cpp ;
|
||
|
|