X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=make_pnd.sh;fp=make_pnd.sh;h=8970d383a968e3e06aa45498916d55bc3d49a8be;hp=0000000000000000000000000000000000000000;hb=ed233fce977d411ce024631668f1488d0d078d19;hpb=3d3fa63bc1cc6a6b678a958f6c60a7c24f117dca diff --git a/make_pnd.sh b/make_pnd.sh new file mode 100755 index 0000000..8970d38 --- /dev/null +++ b/make_pnd.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +pnd_make=$HOME/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh + +set -e + +rm -rf out +mkdir out +cp gp2xmenu/run.sh out/ginge.sh +cp gp2xmenu/gp2xmenu out/ +cp -r gp2xmenu/gp2xmenu_data out/ +cp prep/ginge_prep out/ +cp loader/ginge_* out/ +cp -r tools out/ +cp -r lib out/ +cp readme.txt out/ + +$pnd_make -p ginge.pnd -d out -x ginge.pxml -c -i ginge.png