updated Jamfile to support openssl on windows, added missing files to makefiles and made test_pe_crypto build when encryption is disabled
This commit is contained in:
@@ -6,7 +6,10 @@ use-project /torrent : .. ;
|
||||
use-project /boost : $(BOOST_ROOT) ;
|
||||
|
||||
project client_test
|
||||
: requirements <threading>multi <library>/torrent
|
||||
: requirements
|
||||
<threading>multi <library>/torrent//torrent
|
||||
: default-build
|
||||
<link>static
|
||||
;
|
||||
|
||||
exe client_test : client_test.cpp /boost/program_options /boost/regex ;
|
||||
@@ -14,5 +17,3 @@ exe simple_client : simple_client.cpp ;
|
||||
exe dump_torrent : dump_torrent.cpp ;
|
||||
exe make_torrent : make_torrent.cpp ;
|
||||
|
||||
#stage . : dump_torrent make_torrent simple_client client_test ;
|
||||
|
||||
|
Reference in New Issue
Block a user