mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
use 1.36 on windows
This commit is contained in:
parent
3ef8ddac10
commit
43d5df5a0a
1 changed files with 8 additions and 10 deletions
18
setup.py
18
setup.py
|
@ -73,13 +73,11 @@ if windows_check():
|
||||||
"-D_WIN32_WINNT=0x0500",
|
"-D_WIN32_WINNT=0x0500",
|
||||||
"-D_WIN32",
|
"-D_WIN32",
|
||||||
"-DWIN32_LEAN_AND_MEAN",
|
"-DWIN32_LEAN_AND_MEAN",
|
||||||
"-DBOOST_ALL_NO_LIB",
|
"-DBOOST_ALL_NO_LIB",
|
||||||
"-DBOOST_STATIC_LINK",
|
"-DBOOST_ALL_DYN_LINK",
|
||||||
"-DBOOST_THREAD_USE_LIB",
|
"-DBOOST_THREAD_USE_LIB",
|
||||||
"-DBOOST_WINDOWS",
|
"-DBOOST_WINDOWS",
|
||||||
"-DBOOST_WINDOWS_API",
|
"-DBOOST_WINDOWS_API",
|
||||||
"-DTORRENT_BUILDING_SHARED",
|
|
||||||
"-DTORRENT_LINKING_SHARED",
|
|
||||||
"-DWIN32",
|
"-DWIN32",
|
||||||
"-DUNICODE",
|
"-DUNICODE",
|
||||||
"-D_UNICODE",
|
"-D_UNICODE",
|
||||||
|
@ -117,12 +115,12 @@ if windows_check():
|
||||||
_library_dirs += ['./win32/lib']
|
_library_dirs += ['./win32/lib']
|
||||||
_libraries = [
|
_libraries = [
|
||||||
'advapi32',
|
'advapi32',
|
||||||
'boost_filesystem-vc71-mt-1_35',
|
'boost_filesystem-vc71-mt-1_36',
|
||||||
'boost_date_time-vc71-mt-1_35',
|
'boost_date_time-vc71-mt-1_36',
|
||||||
'boost_iostreams-vc71-mt-1_35',
|
'boost_iostreams-vc71-mt-1_36',
|
||||||
'boost_python-vc71-mt-1_35',
|
'boost_python-vc71-mt-1_36',
|
||||||
'boost_system-vc71-mt-1_35',
|
'boost_system-vc71-mt-1_36',
|
||||||
'boost_thread-vc71-mt-1_35',
|
'boost_thread-vc71-mt-1_36',
|
||||||
'gdi32',
|
'gdi32',
|
||||||
'libeay32MT',
|
'libeay32MT',
|
||||||
'ssleay32MT',
|
'ssleay32MT',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue