[Scummvm-git-logs] scummvm master -> e4a9ad000bad2af8496bd8e529e445d4757b97ea

sev- sev at scummvm.org
Mon Aug 2 17:12:52 UTC 2021


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:
e4a9ad000b MAKEFILE: Fix shadow build of ideprojects


Commit: e4a9ad000bad2af8496bd8e529e445d4757b97ea
    https://github.com/scummvm/scummvm/commit/e4a9ad000bad2af8496bd8e529e445d4757b97ea
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-08-02T19:12:49+02:00

Commit Message:
MAKEFILE: Fix shadow build of ideprojects

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index 632895cc06..82756bc8f6 100644
--- a/ports.mk
+++ b/ports.mk
@@ -546,9 +546,9 @@ else ifeq "$(CUR_BRANCH)" ""
 	$(error You must be on a release branch)
 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
+	@cd $(srcdir)/dists/codeblocks && $(PWD)/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 ../.. --use-canonical-lib-names --msvc-version 12 --msvc >/dev/null && git add -f engines/plugins_table.h *.sln *.vcxproj *.vcxproj.filters *.props
+	@cd $(srcdir)/dists/msvc && $(PWD)/devtools/create_project/create_project ../.. --use-canonical-lib-names --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