mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
going back to vs71
This commit is contained in:
parent
e315d40ddf
commit
daa045a425
1 changed files with 8 additions and 8 deletions
16
setup.py
16
setup.py
|
@ -108,15 +108,15 @@ if windows_check():
|
|||
_library_dirs += ['./win32/lib']
|
||||
_libraries = [
|
||||
'advapi32',
|
||||
'boost_filesystem-vc90-mt-1_36',
|
||||
'boost_date_time-vc90-mt-1_36',
|
||||
'boost_iostreams-vc90-mt-1_36',
|
||||
'boost_python-vc90-mt-1_36',
|
||||
'boost_system-vc90-mt-1_36',
|
||||
'boost_thread-vc90-mt-1_36',
|
||||
'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',
|
||||
'libeay32',
|
||||
'ssleay32',
|
||||
'ws2_32',
|
||||
'wsock32',
|
||||
'zlib'
|
||||
|
|
Loading…
Add table
Reference in a new issue