blob: cd5145b31d1b8ca470fc7c970bbb3ca1c36b7e3d (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
echo Quick script to make building a distribution of the GP2X Wiz backend more consistent.
cd ../../../..
echo Building ScummVM for GP2X Wiz.
make gp2xwiz-bundle-debug
|