use 1.36 on windows
This commit is contained in:
parent
9ae1a9b6e0
commit
c66120ac95
16
setup.py
16
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',
|
||||
|
|
Loading…
Reference in New Issue