Project

General

Profile

Actions

Feature #16763

closed

MSVC: allow ranges for MSVC 2017 and 2019 support in win32/Makefile.sub

Added by jmarrec (Julien Marrec) about 4 years ago. Updated about 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:97732]

Description

_MSC_VER differs from previous version in 2017 and 2019, in the sense that updates have their own last digit changing.

For a list of _MSC_VER see for example https://dev.to/yumetodo/list-of-mscver-and-mscfullver-8nd

config.h ends up having harcoded version (eg: 1924), which is overly strict (today I updated to MSVC update 16.5.1 and suddenly my build which links to and embeds ruby broke).

The proposed patch adds ranges for these version.


Files

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0