premiere-libtorrent/bindings/python/Jamfile

31 lines
602 B
Plaintext
Raw Normal View History

2007-01-10 17:11:43 +01:00
import python ;
2007-06-13 06:22:06 +02:00
use-project /torrent : ../.. ;
2007-01-10 17:11:43 +01:00
python-extension libtorrent
: src/module.cpp
src/big_number.cpp
src/fingerprint.cpp
src/utility.cpp
src/session.cpp
src/entry.cpp
src/torrent_info.cpp
src/filesystem.cpp
src/torrent_handle.cpp
src/torrent_status.cpp
src/session_settings.cpp
src/version.cpp
src/alert.cpp
src/datetime.cpp
src/extensions.cpp
src/peer_plugin.cpp
src/docstrings.cpp
src/torrent.cpp
src/peer_info.cpp
2008-02-17 22:17:43 +01:00
src/ip_filter.cpp
2007-01-10 17:11:43 +01:00
/torrent//torrent
/boost/python//boost_python
: <include>src
;