mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
DEVTOOLS: Add also engines/detection_table.h for dist
This commit is contained in:
parent
b5d7ec68ef
commit
5fc24d5ab0
4
ports.mk
4
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 && $(PWD)/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/*.h *.workspace *.cbp
|
||||
@echo Creating MSVC project files...
|
||||
@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
|
||||
@cd $(srcdir)/dists/msvc && $(PWD)/devtools/create_project/create_project ../.. --use-canonical-lib-names --msvc-version 12 --msvc >/dev/null && git add -f engines/*.h *.sln *.vcxproj *.vcxproj.filters *.props
|
||||
@echo
|
||||
@echo All is done.
|
||||
@echo Now run
|
||||
|
Loading…
x
Reference in New Issue
Block a user