[Scummvm-git-logs] scummvm master -> 7a23b2e3ab1cdbf687bbd3266b2b1f0a41494b6a
bluegr
noreply at scummvm.org
Wed Nov 12 11:23:03 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
7a23b2e3ab CREATE_PROJECT: add support for Visual Studio 2026
Commit: 7a23b2e3ab1cdbf687bbd3266b2b1f0a41494b6a
https://github.com/scummvm/scummvm/commit/7a23b2e3ab1cdbf687bbd3266b2b1f0a41494b6a
Author: Michael (michael_kuerbis at web.de)
Date: 2025-11-12T13:22:59+02:00
Commit Message:
CREATE_PROJECT: add support for Visual Studio 2026
Changed paths:
devtools/create_project/create_project.cpp
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 5995abe3f98..1720b04282f 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -1225,7 +1225,8 @@ const MSVCVersion s_msvc[] = {
{ 14, "Visual Studio 2015", "12.00", "14", "14.0", "v140", "LLVM-vs2014" },
{ 15, "Visual Studio 2017", "12.00", "15", "15.0", "v141", "llvm" },
{ 16, "Visual Studio 2019", "12.00", "Version 16", "16.0", "v142", "llvm" },
- { 17, "Visual Studio 2022", "12.00", "Version 17", "17.0", "v143", "llvm" }
+ { 17, "Visual Studio 2022", "12.00", "Version 17", "17.0", "v143", "llvm" },
+ { 18, "Visual Studio 2026", "12.00", "Version 18", "18.0", "v145", "llvm" }
};
const char *s_msvc_arch_names[] = {"arm64", "x86", "x64"};
More information about the Scummvm-git-logs
mailing list