aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndre Heider2009-09-27 15:06:35 +0000
committerAndre Heider2009-09-27 15:06:35 +0000
commit0d2056f8c9e8b77d1a19a0a350b8b9cfa9e8fa76 (patch)
tree4f056174f467fde525801f0fbd1aeafccd16f726 /configure
parentac4c2701e9b59b551620dbea5f9bdc72fc46e2ab (diff)
downloadscummvm-rg350-0d2056f8c9e8b77d1a19a0a350b8b9cfa9e8fa76.tar.gz
scummvm-rg350-0d2056f8c9e8b77d1a19a0a350b8b9cfa9e8fa76.tar.bz2
scummvm-rg350-0d2056f8c9e8b77d1a19a0a350b8b9cfa9e8fa76.zip
Use _port_mk for the Wii and Gamecube port.
svn-id: r44402
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f842b75f1e..fd8b8feb59 100755
--- a/configure
+++ b/configure
@@ -1487,8 +1487,8 @@ if test -n "$_host"; then
_backend="wii"
_build_scalers="no"
_build_hq_scalers="no"
+ _port_mk="backends/platform/wii/wii.mk"
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 */"
add_line_to_config_h "/* #define DEBUG_WII_GDB */"
@@ -1507,8 +1507,8 @@ if test -n "$_host"; then
_build_scalers="no"
_build_hq_scalers="no"
_mt32emu="no"
+ _port_mk="backends/platform/wii/wii.mk"
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 */"