diff options
| author | Andre Heider | 2009-06-17 23:36:00 +0000 |
|---|---|---|
| committer | Andre Heider | 2009-06-17 23:36:00 +0000 |
| commit | b07a35e5af6554802f13485644a1dd4ea2d8faac (patch) | |
| tree | 06cd0b2049c103f896b2d0eff99ae871c394ec6b /configure | |
| parent | c96ec85dbba1f6bb9e369cd698cc6cbd6cff2873 (diff) | |
| download | scummvm-rg350-b07a35e5af6554802f13485644a1dd4ea2d8faac.tar.gz scummvm-rg350-b07a35e5af6554802f13485644a1dd4ea2d8faac.tar.bz2 scummvm-rg350-b07a35e5af6554802f13485644a1dd4ea2d8faac.zip | |
Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml generation.
svn-id: r41619
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1311,8 +1311,10 @@ if test -n "$_host"; then type_4_byte='int' _ar="$_host_alias-ar cru" _ranlib=$_host_alias-ranlib + _strip=$_host_alias-strip _backend="wii" _build_hq_scalers="no" + add_line_to_config_mk 'GAMECUBE = 0' add_line_to_config_mk 'include $(srcdir)/backends/platform/wii/wii.mk' add_line_to_config_h "#define DEBUG_WII_USBGECKO" add_line_to_config_h "/* #define DEBUG_WII_MEMSTATS */" @@ -1329,10 +1331,13 @@ if test -n "$_host"; then type_4_byte='int' _ar="$_host_alias-ar cru" _ranlib=$_host_alias-ranlib + _strip=$_host_alias-strip _backend="wii" _build_hq_scalers="no" _mt32emu="no" + add_line_to_config_mk 'GAMECUBE = 1' add_line_to_config_mk 'include $(srcdir)/backends/platform/wii/wii.mk' + add_line_to_config_h '#define GAMECUBE' add_line_to_config_h "/* #define DEBUG_WII_USBGECKO */" add_line_to_config_h "/* #define DEBUG_WII_MEMSTATS */" add_line_to_config_h "/* #define DEBUG_WII_GDB */" @@ -1929,7 +1934,6 @@ case $_backend in DEFINES="$DEFINES -D__WII__ -DGEKKO" case $_host_os in gamecube) - DEFINES="$DEFINES -DGAMECUBE" LIBS="$LIBS -lfat -logc -ldb" ;; *) |
