premiere-libtorrent/examples/Jamfile

32 lines
359 B
Plaintext
Raw Normal View History

2004-04-17 14:29:35 +02:00
use-project /torrent : .. ;
2004-02-21 12:52:21 +01:00
exe client_test
: client_test.cpp
2004-04-17 14:29:35 +02:00
/torrent
2004-02-21 12:52:21 +01:00
:
2004-04-17 14:29:35 +02:00
<threading>multi
2004-02-21 12:52:21 +01:00
: debug release
;
exe simple_client
: simple_client.cpp
2004-04-17 14:29:35 +02:00
/torrent
2004-02-21 12:52:21 +01:00
:
2004-04-17 14:29:35 +02:00
<threading>multi
2004-02-21 12:52:21 +01:00
: debug release
;
exe dump_torrent
: dump_torrent.cpp
2004-04-17 14:29:35 +02:00
/torrent
2004-02-21 12:52:21 +01:00
:
2004-04-17 14:29:35 +02:00
<threading>multi
2004-02-21 12:52:21 +01:00
: debug release
;
2004-03-23 23:58:18 +01:00
2004-03-17 13:14:44 +01:00
stage bin : dump_torrent simple_client client_test ;
2004-02-21 12:52:21 +01:00