X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2FMakefile;h=c89f1d6d098c8a99e37e866a99eb95c128512302;hb=b4008282e58f55013aa5b9167ed196bf7c91b704;hp=a2f37f09ba6fd527daf459c9abd620e896da7620;hpb=c985b45a6a2bea52534bb0f9c389f320841e3784;p=libpicofe.git diff --git a/psp/Makefile b/psp/Makefile index a2f37f0..c89f1d6 100644 --- a/psp/Makefile +++ b/psp/Makefile @@ -179,6 +179,10 @@ rel: EBOOT.PBP readme.txt ../game_def.cfg 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/ @@ -186,4 +190,8 @@ rel_kxploit: readme.txt ../game_def.cfg 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