change from vs71 to vs90
This commit is contained in:
parent
bb28b70887
commit
7338a5daea
12
setup.py
12
setup.py
|
@ -108,12 +108,12 @@ if windows_check():
|
||||||
_library_dirs += ['./win32/lib']
|
_library_dirs += ['./win32/lib']
|
||||||
_libraries = [
|
_libraries = [
|
||||||
'advapi32',
|
'advapi32',
|
||||||
'boost_filesystem-vc71-mt-1_36',
|
'boost_filesystem-vc90-mt-1_36',
|
||||||
'boost_date_time-vc71-mt-1_36',
|
'boost_date_time-vc90-mt-1_36',
|
||||||
'boost_iostreams-vc71-mt-1_36',
|
'boost_iostreams-vc90-mt-1_36',
|
||||||
'boost_python-vc71-mt-1_36',
|
'boost_python-vc90-mt-1_36',
|
||||||
'boost_system-vc71-mt-1_36',
|
'boost_system-vc90-mt-1_36',
|
||||||
'boost_thread-vc71-mt-1_36',
|
'boost_thread-vc90-mt-1_36',
|
||||||
'gdi32',
|
'gdi32',
|
||||||
'libeay32MT',
|
'libeay32MT',
|
||||||
'ssleay32MT',
|
'ssleay32MT',
|
||||||
|
|
Loading…
Reference in New Issue