From daa045a425850cc17cd8e682e85dd1c1ff2a2119 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Mon, 29 Dec 2008 03:43:50 +0000 Subject: [PATCH] going back to vs71 --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index 3d7343fc9..57cb12b22 100644 --- a/setup.py +++ b/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'