diff options
author | John Willis | 2010-06-15 20:45:13 +0000 |
---|---|---|
committer | John Willis | 2010-06-15 20:45:13 +0000 |
commit | 2e9a7155e6ba4398a1594df4c21de97f29a99193 (patch) | |
tree | edfdec23f72013bd7821b3c157dfbbee9d4908f5 /configure | |
parent | fea248ae2f0c2659d84bd8ec400530a6c5e5bc22 (diff) | |
download | scummvm-rg350-2e9a7155e6ba4398a1594df4c21de97f29a99193.tar.gz scummvm-rg350-2e9a7155e6ba4398a1594df4c21de97f29a99193.tar.bz2 scummvm-rg350-2e9a7155e6ba4398a1594df4c21de97f29a99193.zip |
GP2X: Move port distribution rules into a makefile for use with buildbot.
This removes them from the old scripts in /backends/platform/gp2x/build/ and puts them in the right place.
svn-id: r49892
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1492,6 +1492,7 @@ if test -n "$_host"; then _build_hq_scalers="no" _mt32emu="no" _vkeybd="yes" + _port_mk="backends/platform/gp2x/gp2x-bundle.mk" ;; gp2xwiz) DEFINES="$DEFINES -DUNIX -DGP2XWIZ -DNDEBUG" |