scummvm/backends/platform/dc
Marcus Comstedt ca6056ae21 Disable compilation of default savefile manager, to avoid having it pulled
in by --whole-archive when building with plugins.

svn-id: r30185
2008-01-03 07:51:55 +00:00
..
audio.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
cache.S
dc.h Include <graphics/surface.h> for Graphics::Surface. 2007-09-19 19:26:12 +00:00
DCLauncherDialog.h
dcloader.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
dcloader.h
dcmain.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
deficon.h
display.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
icon.cpp
icon.h
input.cpp Fixed fallout from keycode being made an enum. 2007-09-19 19:28:05 +00:00
label.cpp
label.h
Makefile Disable compilation of default savefile manager, to avoid having it pulled 2008-01-03 07:51:55 +00:00
plugin.syms
plugin.x
portdefs.h
README Updated build requirements. 2008-01-03 07:33:01 +00:00
selector.cpp KEYCODE_ENTER should be KEYCODE_RETURN, actually... 2007-09-19 19:43:03 +00:00
softkbd.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
softkbd.h
time.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
vmsave.cpp Use "new" framework for compressed saves... 2007-12-08 15:11:20 +00:00

Compiling ScummVM for SEGA Dreamcast
====================================

If you want to compile ScummVM for your Dreamcast,
you'll need the following:

* gcc-3.4.2 configured as a cross-compiler for `sh-elf'

* binutils-2.18 configured likewise

* newlib for sh-elf : <URL:http://mc.pp.se/dc/files/newlib-1.12.0.tar.gz>

* libronin-0.5 : <URL:http://peter.bortas.org/scumm/libronin-0.5.tar.gz>

* libmad : <URL:http://mc.pp.se/dc/files/libmad-0.15.1b.tar.gz>

* GNU make


Edit the Makefile to contain the path to libronin if you installed it
somewhere other than /usr/local/ronin, then run `make dist', and you
should get a scrambled binary SCUMMVM.BIN and some plugins *.PLG.

For serial/IP upload, remove the "BUILD_PLUGINS" line and just run `make',
to get a static binary with the name `scummvm.elf'.