2010-06-14 09:33:36 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
echo Quick script to make building a distribution of the GP2X Wiz backend more consistent.
|
|
|
|
|
2010-06-15 17:49:40 +00:00
|
|
|
cd ../../../..
|
2010-06-14 09:33:36 +00:00
|
|
|
|
2010-06-15 17:49:40 +00:00
|
|
|
echo Building ScummVM for GP2X Wiz.
|
2010-06-14 09:33:36 +00:00
|
|
|
|
2010-06-15 17:49:40 +00:00
|
|
|
make gp2xwiz-bundle-debug
|