mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Switch to VS 2022
This commit is contained in:
parent
1e53a0ac85
commit
de193b346a
@ -16,9 +16,9 @@ if python_msc_version < 1920:
|
|||||||
if python_msc_version > 1929:
|
if python_msc_version > 1929:
|
||||||
raise SystemExit(f'Python MSC version {python_msc_version} too new, needs Visual studio 2019')
|
raise SystemExit(f'Python MSC version {python_msc_version} too new, needs Visual studio 2019')
|
||||||
|
|
||||||
# The values are for VisualStudio 2019 (python_msc_version 192_)
|
# The values are for VisualStudio 2022 (python_msc_version 192_)
|
||||||
VS_VERSION = '16.0'
|
VS_VERSION = '17.0'
|
||||||
COMN_TOOLS_VERSION = '160'
|
COMN_TOOLS_VERSION = '170'
|
||||||
|
|
||||||
CSIDL_PROGRAM_FILES = 38
|
CSIDL_PROGRAM_FILES = 38
|
||||||
CSIDL_PROGRAM_FILESX86 = 42
|
CSIDL_PROGRAM_FILESX86 = 42
|
||||||
|
Loading…
x
Reference in New Issue
Block a user