mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-08 00:28:03 -04:00
psp, rendering fix, some build changes
This commit is contained in:
parent
80f51a1d59
commit
d12dd1b4ea
5 changed files with 36 additions and 52 deletions
|
@ -6,32 +6,27 @@ $(error need VER)
|
|||
endif
|
||||
endif
|
||||
|
||||
include ../../config.mak
|
||||
|
||||
#PSPSDK ?= $(shell psp-config --pspsdk-path)
|
||||
#include $(PSPSDK)/lib/build.mak
|
||||
|
||||
#PSP_EBOOT_TITLE = PicoDrive
|
||||
#PSP_EBOOT_ICON = data/icon.png
|
||||
|
||||
#EBOOT.PBP:
|
||||
|
||||
../../tools/textfilter: ../../tools/textfilter.c
|
||||
make -C ../../tools/ textfilter
|
||||
|
||||
readme.txt: ../../tools/textfilter ../base_readme.txt ../../ChangeLog
|
||||
../../tools/textfilter ../base_readme.txt $@ PSP
|
||||
|
||||
# ?
|
||||
rel: ../../EBOOT.PBP readme.txt ../game_def.cfg
|
||||
mkdir -p PicoDrive/skin/
|
||||
cp $^ PicoDrive/
|
||||
cp skin/* PicoDrive/skin/
|
||||
zip -9 -r ../../PicoDrive_psp_$(VER).zip PicoDrive
|
||||
rm -rf PicoDrive
|
||||
mkdir bin_to_cso_mp3
|
||||
cp ../../tools/bin_to_cso_mp3/* bin_to_cso_mp3/
|
||||
zip -9 -r ../../PicoDrive_psp_$(VER).zip bin_to_cso_mp3
|
||||
rm -rf bin_to_cso_mp3
|
||||
|
||||
rel_kxploit: readme.txt ../game_def.cfg
|
||||
mkdir -p PicoDrive/skin/
|
||||
cp $^ PicoDrive/
|
||||
cp skin/* PicoDrive/skin/
|
||||
zip -9 -r ../../PicoDrive_psp_$(VER)_kxploit.zip PicoDrive
|
||||
zip -9 -r ../../PicoDrive_psp_$(VER)_kxploit.zip PicoDrive%
|
||||
mkdir bin_to_cso_mp3
|
||||
cp ../../tools/bin_to_cso_mp3/* bin_to_cso_mp3/
|
||||
zip -9 -r ../../PicoDrive_psp_$(VER)_kxploit.zip bin_to_cso_mp3
|
||||
rm -rf bin_to_cso_mp3
|
||||
|
||||
mkdir -p out/PicoDrive/skin/ out/bin_to_cso_mp3
|
||||
cp $^ out/PicoDrive/
|
||||
cp ../../skin/* out/PicoDrive/skin/
|
||||
#mkdir -p out/bin_to_cso_mp3
|
||||
#cp ../../tools/bin_to_cso_mp3/* out/bin_to_cso_mp3/
|
||||
cd out && zip -9 -r ../../../PicoDrive_psp_$(VER).zip *
|
||||
rm -rf out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue