diff options
author | Marcos Pinto <markybob@dipconsultants.com> | 2008-12-26 05:55:20 +0100 |
---|---|---|
committer | Marcos Pinto <markybob@dipconsultants.com> | 2008-12-26 05:55:20 +0100 |
commit | f3f664bac27bcc448181c4a652fc02262821e202 (patch) | |
tree | f73595e014a4e33cdefa1d9b3c99dfd7b338f6c0 | |
parent | vs2008sp1 fix - hydri (diff) | |
download | deluge-f3f664bac27bcc448181c4a652fc02262821e202.tar.xz deluge-f3f664bac27bcc448181c4a652fc02262821e202.zip |
change from vs71 to vs90archive/1.0-stable
-rw-r--r-- | setup.py | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -108,12 +108,12 @@ if windows_check(): _library_dirs += ['./win32/lib'] _libraries = [ 'advapi32', - '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', + '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', 'gdi32', 'libeay32MT', 'ssleay32MT', |