premiere-libtorrent/examples/Jamfile

28 lines
330 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
2004-11-01 00:16:08 +01:00
project
: requirements <source>/torrent <threading>multi
;
2004-02-21 12:52:21 +01:00
exe client_test
: client_test.cpp
;
exe simple_client
: simple_client.cpp
;
exe dump_torrent
: dump_torrent.cpp
;
2004-03-23 23:58:18 +01:00
2004-10-10 02:42:48 +02:00
exe make_torrent
: make_torrent.cpp
;
2004-11-18 23:33:50 +01:00
stage . : dump_torrent make_torrent simple_client client_test ;
2004-02-21 12:52:21 +01:00