From 7e49e9acc4e33f65df06887daa5b6eec7ee33ded Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 1 Jan 2008 03:56:50 +0000 Subject: [PATCH] tweak windows build preprocessors --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 043706d02..c1e7e8ef6 100644 --- a/setup.py +++ b/setup.py @@ -174,6 +174,8 @@ else: '-DBOOST_ALL_NO_LIB', '-D_FILE_OFFSET_BITS=64', '-DBOOST_THREAD_USE_LIB', + '-DTORRENT_BUILDING_SHARED', + '-DTORRENT_LINKING_SHARED', '-DTORRENT_USE_OPENSSL=1', '-DNDEBUG=1']