From c66120ac9568f6e00b43217542b1ef344568a504 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 | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/setup.py b/setup.py index 68cc15733..e2be261e1 100644 --- a/setup.py +++ b/setup.py @@ -97,12 +97,10 @@ if windows_check(): "-D_WIN32", "-DWIN32_LEAN_AND_MEAN", "-DBOOST_ALL_NO_LIB", - "-DBOOST_STATIC_LINK", + "-DBOOST_ALL_DYN_LINK", "-DBOOST_THREAD_USE_LIB", "-DBOOST_WINDOWS", "-DBOOST_WINDOWS_API", - "-DTORRENT_BUILDING_SHARED", - "-DTORRENT_LINKING_SHARED", "-DWIN32", "-DUNICODE", "-D_UNICODE", @@ -140,12 +138,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',