[Scummvm-git-logs] scummvm branch-2-1 -> 3d8b4b5e560d2ab3e3f9f8b821e0edfbfb180de1

sev- sev at scummvm.org
Fri Oct 4 23:30:31 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3d8b4b5e56 BUILD: Update ideproject target to the current create_project behavior


Commit: 3d8b4b5e560d2ab3e3f9f8b821e0edfbfb180de1
    https://github.com/scummvm/scummvm/commit/3d8b4b5e560d2ab3e3f9f8b821e0edfbfb180de1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-04T23:30:20+02:00

Commit Message:
BUILD: Update ideproject target to the current create_project behavior

Changed paths:
    ports.mk


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





More information about the Scummvm-git-logs mailing list