premiere-libtorrent/tools/Jamfile

21 lines
316 B
Plaintext
Raw Normal View History

2012-04-11 06:53:45 +02:00
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 ;