PSP: Add EBOOT.PBP to a dist files list for the Buildbot packager
This commit is contained in:
parent
4cd928a567
commit
1dd41fa578
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -117,4 +117,4 @@ print-dists:
|
|||
@echo $(foreach V, $(filter DIST_FILES_%, $(.VARIABLES)), $($V))
|
||||
|
||||
print-executables:
|
||||
@echo $(EXECUTABLE) $(PLUGINS)
|
||||
@echo $(if $(DIST_EXECUTABLES),$(DIST_EXECUTABLES),$(EXECUTABLE) $(PLUGINS))
|
||||
|
|
|
@ -3,6 +3,7 @@ PSP_EBOOT = EBOOT.PBP
|
|||
PSP_EBOOT_SFO = param.sfo
|
||||
PSP_EBOOT_TITLE = ScummVM-PSP
|
||||
DATE = $(shell date +%Y%m%d)
|
||||
DIST_EXECUTABLES=$(PSP_EBOOT) $(PLUGINS)
|
||||
|
||||
MKSFO = mksfoex -d MEMSIZE=1
|
||||
PACK_PBP = pack-pbp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue