pnd scripts and icon
[ginge.git] / make_pnd.sh
diff --git a/make_pnd.sh b/make_pnd.sh
new file mode 100755 (executable)
index 0000000..8970d38
--- /dev/null
@@ -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