add test script for api-sanity-checker
This commit is contained in:
parent
aca32290c0
commit
dd858050a3
|
@ -0,0 +1,42 @@
|
|||
<version>
|
||||
0.16.2
|
||||
</version>
|
||||
|
||||
<headers>
|
||||
include/libtorrent
|
||||
</headers>
|
||||
|
||||
<include_paths>
|
||||
include/
|
||||
include/libtorrent/
|
||||
/Users/arvid/Documents/dev/boost_1_47_0/
|
||||
</include_paths>
|
||||
|
||||
<defines>
|
||||
#define BOOST_ALL_NO_LIB 1
|
||||
#define BOOST_ASIO_DYN_LINK 1
|
||||
#define BOOST_ASIO_ENABLE_CANCELIO 1
|
||||
#define BOOST_ASIO_HASH_MAP_BUCKETS 1021
|
||||
#define BOOST_ASIO_SEPARATE_COMPILATION 1
|
||||
#define BOOST_ASIO_SOURCE 1
|
||||
#define BOOST_EXCEPTION_DISABLE 1
|
||||
#define BOOST_SYSTEM_SOURCE 1
|
||||
#define BOOST_SYSTEM_STATIC_LINK 1
|
||||
#define BOOST_THREAD_USE_LIB 1
|
||||
#define TORRENT_BUILDING_SHARED 1
|
||||
#define TORRENT_DEBUG 1
|
||||
#define TORRENT_DISABLE_GEO_IP 1
|
||||
#define TORRENT_USE_TOMMATH 1
|
||||
#define UNICODE 1
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#define _UNICODE 1
|
||||
#define TORRENT_USE_OPENSSL 1
|
||||
</defines>
|
||||
|
||||
<skip_namespaces>
|
||||
libtorrent::aux
|
||||
</skip_namespaces>
|
||||
|
||||
<libs>
|
||||
bin/darwin-4.2.1/debug/boost-source/threading-multi/libtorrent.dylib.0.16.1
|
||||
</libs>
|
Loading…
Reference in New Issue