[Scummvm-git-logs] scummvm master -> 845108e775d84fb9efd01e349adb4dddb033557d

sev- noreply at scummvm.org
Sat Jan 17 19:29:29 UTC 2026


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:
845108e775 BUILD: Target MSVC 2015 for `make ideprojects


Commit: 845108e775d84fb9efd01e349adb4dddb033557d
    https://github.com/scummvm/scummvm/commit/845108e775d84fb9efd01e349adb4dddb033557d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-17T20:29:24+01:00

Commit Message:
BUILD: Target MSVC 2015 for `make ideprojects

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index 536cbe317bb..44b997aadd9 100644
--- a/ports.mk
+++ b/ports.mk
@@ -709,7 +709,7 @@ endif
 	@echo Creating Code::Blocks project files...
 	@cd $(srcdir)/dists/codeblocks && $(PWD)/devtools/create_project/create_project ../.. --codeblocks >/dev/null && git add -f engines/*.h *.workspace *.cbp
 	@echo Creating MSVC project files...
-	@cd $(srcdir)/dists/msvc && $(PWD)/devtools/create_project/create_project ../.. --msvc-version 12 --msvc >/dev/null && git add -f engines/*.h *.sln *.vcxproj *.vcxproj.filters *.props
+	@cd $(srcdir)/dists/msvc && $(PWD)/devtools/create_project/create_project ../.. --msvc-version 14 --msvc >/dev/null && git add -f engines/*.h *.sln *.vcxproj *.vcxproj.filters *.props
 	@echo
 	@echo All is done.
 	@echo Now run




More information about the Scummvm-git-logs mailing list