[Scummvm-git-logs] scummvm master -> 4137a7e402344a007e14cfac0dab5c84526c1f34
sev-
sev at scummvm.org
Fri Oct 4 23:30:27 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:
4137a7e402 BUILD: Update ideproject target to the current create_project behavior
Commit: 4137a7e402344a007e14cfac0dab5c84526c1f34
https://github.com/scummvm/scummvm/commit/4137a7e402344a007e14cfac0dab5c84526c1f34
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-04T23:29:40+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