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:
Arvid Norberg
2007-06-13 01:48:24 +00:00
parent 5b5f3b3ca2
commit fa1a37e649
8 changed files with 120 additions and 74 deletions

View File

@@ -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 ;