diff options
author | John Willis | 2010-06-15 17:49:40 +0000 |
---|---|---|
committer | John Willis | 2010-06-15 17:49:40 +0000 |
commit | ee419aad9cb16e36248158a434831163a93731db (patch) | |
tree | 7e0c5fd7d1c09da9de6f61b1a33d633c698eafee /configure | |
parent | d8bc79814532818615a571e327e9f4d201e93057 (diff) | |
download | scummvm-rg350-ee419aad9cb16e36248158a434831163a93731db.tar.gz scummvm-rg350-ee419aad9cb16e36248158a434831163a93731db.tar.bz2 scummvm-rg350-ee419aad9cb16e36248158a434831163a93731db.zip |
GP2XWiz: Add port distribution rules into a makefile so they can be used with buildbot.
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1505,6 +1505,7 @@ if test -n "$_host"; then _build_hq_scalers="no" _mt32emu="no" _vkeybd="yes" + _port_mk="backends/platform/gp2xwiz/gp2xwiz-bundle.mk" ;; iphone) DEFINES="$DEFINES -DIPHONE -DUNIX" |