From 43d5df5a0a16de316225fb4a3184e4527d7a857c Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 30 Oct 2008 22:53:26 +0000 Subject: [PATCH] use 1.36 on windows --- setup.py | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/setup.py b/setup.py index 78a522c47..5311fce8b 100644 --- a/setup.py +++ b/setup.py @@ -73,13 +73,11 @@ if windows_check(): "-D_WIN32_WINNT=0x0500", "-D_WIN32", "-DWIN32_LEAN_AND_MEAN", - "-DBOOST_ALL_NO_LIB", - "-DBOOST_STATIC_LINK", + "-DBOOST_ALL_NO_LIB", + "-DBOOST_ALL_DYN_LINK", "-DBOOST_THREAD_USE_LIB", "-DBOOST_WINDOWS", "-DBOOST_WINDOWS_API", - "-DTORRENT_BUILDING_SHARED", - "-DTORRENT_LINKING_SHARED", "-DWIN32", "-DUNICODE", "-D_UNICODE", @@ -117,12 +115,12 @@ if windows_check(): _library_dirs += ['./win32/lib'] _libraries = [ 'advapi32', - 'boost_filesystem-vc71-mt-1_35', - 'boost_date_time-vc71-mt-1_35', - 'boost_iostreams-vc71-mt-1_35', - 'boost_python-vc71-mt-1_35', - 'boost_system-vc71-mt-1_35', - 'boost_thread-vc71-mt-1_35', + 'boost_filesystem-vc71-mt-1_36', + 'boost_date_time-vc71-mt-1_36', + 'boost_iostreams-vc71-mt-1_36', + 'boost_python-vc71-mt-1_36', + 'boost_system-vc71-mt-1_36', + 'boost_thread-vc71-mt-1_36', 'gdi32', 'libeay32MT', 'ssleay32MT',