From 7338a5daeaf6664d32d71ef6946f4a8c30ece2fe Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 26 Dec 2008 04:55:20 +0000 Subject: [PATCH] change from vs71 to vs90 --- setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 06b41e2f5..3d7343fc9 100644 --- a/setup.py +++ b/setup.py @@ -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',