41 lines
464 B
Plaintext
Executable File
41 lines
464 B
Plaintext
Executable File
use-project /torrent : .. ;
|
|
|
|
|
|
exe client_test
|
|
: client_test.cpp
|
|
/torrent
|
|
:
|
|
<threading>multi
|
|
: debug release
|
|
;
|
|
|
|
|
|
exe simple_client
|
|
: simple_client.cpp
|
|
/torrent
|
|
:
|
|
<threading>multi
|
|
: debug release
|
|
;
|
|
|
|
|
|
exe dump_torrent
|
|
: dump_torrent.cpp
|
|
/torrent
|
|
:
|
|
<threading>multi
|
|
: debug release
|
|
;
|
|
|
|
exe make_torrent
|
|
: make_torrent.cpp
|
|
/torrent
|
|
:
|
|
<threading>multi
|
|
: debug release
|
|
;
|
|
|
|
|
|
stage bin : dump_torrent simple_client client_test make_torrent ;
|
|
|