mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
working build on all 4 compilers
This commit is contained in:
parent
3e219d818c
commit
304e8add46
|
@ -74,7 +74,7 @@ bin_libs = {
|
|||
compilers = { (7,64): {
|
||||
'env_version':'v7.0',
|
||||
'vc_version':'2008',
|
||||
'env_flags': '/x64 /vista',
|
||||
'env_flags': '/x64 /xp',
|
||||
'inc_dir': 'msvcr90-x64',
|
||||
'platform': 'x64'
|
||||
},
|
||||
|
@ -96,7 +96,7 @@ compilers = { (7,64): {
|
|||
(7.1,32): {
|
||||
'env_version':'v7.1',
|
||||
'vc_version':'2010',
|
||||
'env_flags': '/x86 /xp',
|
||||
'env_flags': '/x86 /vista',
|
||||
'inc_dir': 'msvcr10-x32',
|
||||
'platform': 'Win32',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user