[librsvg/vs2022-config: 1/2] NMake Makefiles: Support Visual Studio 2022
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/vs2022-config: 1/2] NMake Makefiles: Support Visual Studio 2022
- Date: Sat, 13 Nov 2021 01:07:41 +0000 (UTC)
commit d5b6331a0f8b094bb06b94c0ae9bbdebb1beda9e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Nov 12 12:44:24 2021 +0800
NMake Makefiles: Support Visual Studio 2022
This makes Visual Studio 2022 builds distinct from the Visual Studio 2019
builds.
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/632>
win32/detectenv-msvc.mak | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/win32/detectenv-msvc.mak b/win32/detectenv-msvc.mak
index 1207773b1..9cec1df02 100644
--- a/win32/detectenv-msvc.mak
+++ b/win32/detectenv-msvc.mak
@@ -46,8 +46,10 @@ VSVER = 12
VSVER = 14
!elseif $(VCVERSION) > 1909 && $(VCVERSION) < 1920
VSVER = 15
-!elseif $(VCVERSION) > 1919 && $(VCVERSION) < 2000
+!elseif $(VCVERSION) > 1919 && $(VCVERSION) < 1930
VSVER = 16
+!elseif $(VCVERSION) > 1929 && $(VCVERSION) < 2000
+VSVER = 17
!else
VSVER = 0
!endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]