merge makefile fixes from RC_0_16
This commit is contained in:
20
tools/Jamfile
Normal file
20
tools/Jamfile
Normal file
@@ -0,0 +1,20 @@
|
||||
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 ;
|
||||
|
Reference in New Issue
Block a user