import modules ; BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; use-project /torrent : .. ; if $(BOOST_ROOT) { use-project /boost : $(BOOST_ROOT) ; } project tools : requirements multi /torrent//torrent : default-build static ; exe parse_hash_fails : parse_hash_fails.cpp ;