aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/module.mk
diff options
context:
space:
mode:
authorMax Horn2009-03-15 20:31:29 +0000
committerMax Horn2009-03-15 20:31:29 +0000
commit466ba4bbfe2a378ed3833d1c1209a4ce25ef8d7e (patch)
treed6e9cc1343a833155f4df5f4e8ef3f79b8895f2f /engines/sci/module.mk
parent7df4e2a80f7e6252dc313a2f9b451dca66273112 (diff)
downloadscummvm-rg350-466ba4bbfe2a378ed3833d1c1209a4ce25ef8d7e.tar.gz
scummvm-rg350-466ba4bbfe2a378ed3833d1c1209a4ce25ef8d7e.tar.bz2
scummvm-rg350-466ba4bbfe2a378ed3833d1c1209a4ce25ef8d7e.zip
SCI: Rewrote the save/load code, see also patch #2687400.
The new format is incompatible with the old one, and is still subject to some further changes. Also, regressions are quite possible, so watch out. Finally, the new code still contains some TODOs and FIXMEs. Several of these will be more or less automatically resolved once other code gets C++ified. svn-id: r39430
Diffstat (limited to 'engines/sci/module.mk')
-rw-r--r--engines/sci/module.mk29
1 files changed, 0 insertions, 29 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index 35457a382b..1efcfb9a9f 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -79,35 +79,6 @@ MODULE_OBJS = \
sfx/softseq/SN76496.o \
sfx/softseq/softsequencers.o
-# Generate savegame.cpp
-$(srcdir)/engines/sci/engine/savegame.cpp: $(srcdir)/engines/sci/engine/savegame.cfsml $(srcdir)/tools/sci/cfsml.pl
- cat $< | perl $(srcdir)/tools/sci/cfsml.pl -f engines/sci/engine/savegame.cfsml > $@
-
-engines/sci/engine/savegame.cpp: \
- common/stream.h common/scummsys.h config.h common/system.h \
- common/noncopyable.h common/rect.h common/util.h common/str.h \
- common/array.h common/algorithm.h common/debug.h common/list.h \
- common/list_intern.h graphics/pixelformat.h engines/sci/sci_memory.h \
- engines/sci/gfx/operations.h engines/sci/gfx/gfx_resmgr.h \
- engines/sci/gfx/gfx_resource.h engines/sci/gfx/gfx_system.h \
- engines/sci/tools.h common/endian.h engines/sci/gfx/palette.h \
- engines/sci/gfx/gfx_driver.h engines/sci/uinput.h \
- engines/sci/gfx/sbtree.h engines/sci/gfx/gfx_tools.h \
- engines/sci/gfx/gfx_options.h engines/sci/gfx/gfx_res_options.h \
- engines/sci/gfx/menubar.h engines/sci/engine/vm_types.h \
- engines/sci/gfx/gfx_widgets.h engines/sci/gfx/gfx_state_internal.h \
- engines/sci/sfx/core.h engines/sci/sfx/sfx.h engines/sci/sfx/songlib.h \
- sound/timestamp.h engines/sci/scicore/resource.h common/file.h \
- common/archive.h common/hash-str.h common/hashmap.h common/func.h \
- common/memorypool.h common/ptr.h common/singleton.h \
- engines/sci/sfx/iterator.h engines/sci/sfx/sfx_pcm.h \
- engines/sci/engine/state.h engines/sci/scicore/vocabulary.h \
- engines/sci/scicore/versions.h engines/sci/engine/script.h \
- engines/sci/scicore/sciconsole.h engines/sci/engine/seg_manager.h \
- engines/sci/engine/vm.h engines/sci/engine/heapmgr.h \
- engines/sci/engine/intmap.h
-
-
# This module can be built as a plugin
ifeq ($(ENABLE_SCI), DYNAMIC_PLUGIN)
PLUGIN := 1