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',