mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
Use _port_mk for the Wii and Gamecube port.
svn-id: r44402
This commit is contained in:
parent
ac4c2701e9
commit
0d2056f8c9
@ -1,7 +1,8 @@
|
|||||||
WII_EXE := scummvm$(EXEEXT)
|
|
||||||
WII_EXE_STRIPPED := scummvm_stripped$(EXEEXT)
|
WII_EXE_STRIPPED := scummvm_stripped$(EXEEXT)
|
||||||
|
|
||||||
$(WII_EXE_STRIPPED): $(WII_EXE)
|
all: $(WII_EXE_STRIPPED)
|
||||||
|
|
||||||
|
$(WII_EXE_STRIPPED): $(EXECUTABLE)
|
||||||
$(STRIP) $< -o $@
|
$(STRIP) $< -o $@
|
||||||
|
|
||||||
clean: wiiclean
|
clean: wiiclean
|
||||||
@ -16,13 +17,13 @@ geckoupload: $(WII_EXE_STRIPPED)
|
|||||||
$(DEVKITPPC)/bin/geckoupload $<
|
$(DEVKITPPC)/bin/geckoupload $<
|
||||||
|
|
||||||
wiigdb:
|
wiigdb:
|
||||||
$(DEVKITPPC)/bin/powerpc-gekko-gdb -n $(WII_EXE)
|
$(DEVKITPPC)/bin/powerpc-gekko-gdb -n $(EXECUTABLE)
|
||||||
|
|
||||||
wiidebug:
|
wiidebug:
|
||||||
$(DEVKITPPC)/bin/powerpc-gekko-gdb -n $(WII_EXE) -x $(srcdir)/backends/platform/wii/gdb.txt
|
$(DEVKITPPC)/bin/powerpc-gekko-gdb -n $(EXECUTABLE) -x $(srcdir)/backends/platform/wii/gdb.txt
|
||||||
|
|
||||||
# target to create a Wii snapshot
|
# target to create a Wii snapshot
|
||||||
wiidist: $(EXECUTABLE)
|
wiidist: all
|
||||||
$(MKDIR) wiidist/scummvm
|
$(MKDIR) wiidist/scummvm
|
||||||
ifeq ($(GAMECUBE),1)
|
ifeq ($(GAMECUBE),1)
|
||||||
$(DEVKITPPC)/bin/elf2dol $(EXECUTABLE) wiidist/scummvm/scummvm.dol
|
$(DEVKITPPC)/bin/elf2dol $(EXECUTABLE) wiidist/scummvm/scummvm.dol
|
||||||
|
4
configure
vendored
4
configure
vendored
@ -1487,8 +1487,8 @@ if test -n "$_host"; then
|
|||||||
_backend="wii"
|
_backend="wii"
|
||||||
_build_scalers="no"
|
_build_scalers="no"
|
||||||
_build_hq_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 '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_USBGECKO"
|
||||||
add_line_to_config_h "/* #define DEBUG_WII_MEMSTATS */"
|
add_line_to_config_h "/* #define DEBUG_WII_MEMSTATS */"
|
||||||
add_line_to_config_h "/* #define DEBUG_WII_GDB */"
|
add_line_to_config_h "/* #define DEBUG_WII_GDB */"
|
||||||
@ -1507,8 +1507,8 @@ if test -n "$_host"; then
|
|||||||
_build_scalers="no"
|
_build_scalers="no"
|
||||||
_build_hq_scalers="no"
|
_build_hq_scalers="no"
|
||||||
_mt32emu="no"
|
_mt32emu="no"
|
||||||
|
_port_mk="backends/platform/wii/wii.mk"
|
||||||
add_line_to_config_mk 'GAMECUBE = 1'
|
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 GAMECUBE'
|
||||||
add_line_to_config_h "/* #define DEBUG_WII_USBGECKO */"
|
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_MEMSTATS */"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user