This removes them from the old scripts in /backends/platform/gp2xwiz/build/ and puts them in the right place as make targets. svn-id: r49877
9 lines
184 B
Bash
Executable file
9 lines
184 B
Bash
Executable file
#!/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
|