aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMax Horn2002-08-18 17:48:18 +0000
committerMax Horn2002-08-18 17:48:18 +0000
commitedae5b06db08b3c614b1efc0fe49c214857cbcc8 (patch)
tree0e5092c1816feef55b4deebe5b9049468969db83 /Makefile.common
parent97d127252bf5ae7958cd0ded27855be3c2188fa6 (diff)
downloadscummvm-rg350-edae5b06db08b3c614b1efc0fe49c214857cbcc8.tar.gz
scummvm-rg350-edae5b06db08b3c614b1efc0fe49c214857cbcc8.tar.bz2
scummvm-rg350-edae5b06db08b3c614b1efc0fe49c214857cbcc8.zip
MAJOR change to the way how Engine objects are instantiated
svn-id: r4758
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 727e10eeb8..84256ef674 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -9,7 +9,7 @@ INCS = scumm.h scummsys.h stdafx.h
OBJS += util.o newgui.o gui/widget.o gui/dialog.o \
gui/ListWidget.o gui/ScrollBarWidget.o \
actor.o akos.o boxes.o bundle.o config-file.o costume.o debug.o \
- debugrl.o gameDetector.o gfx.o gui.o insane.o main.o object.o \
+ debugrl.o engine.o gameDetector.o gfx.o gui.o insane.o main.o object.o \
resource.o saveload.o scaler.o script.o script_v1.o script_v2.o \
scummvm.o sound.o string.o sys.o timer.o vars.o verbs.o \
sound/imuse.o sound/fmopl.o sound/mixer.o \
@@ -18,9 +18,12 @@ OBJS += util.o newgui.o gui/widget.o gui/dialog.o \
simon/simondebug.o simon/simonres.o simon/simonitems.o simon/simonverb.o \
sound/mididrv.o
-DISTFILES=$(OBJS:.o=.cpp) Makefile scumm.h scummsys.h stdafx.h stdafx.cpp \
- debugrl.h whatsnew.txt readme.txt copying.txt \
- scummvm.dsp scummvm.dsw sound/fmopl.h gui.h sound.h
+DISTFILES=$(OBJS:.o=.cpp) Makefile scummvm.dsp scummvm.dsw stdafx.cpp \
+ whatsnew.txt readme.txt copying.txt \
+ actor.h akos.h boxes.h bundle.h cmdline.h config-file.h costume.h debug.h \
+ debugrl.h engine.h fb2opengl.h gameDetector.h gapi_keys.h gfx.h gui.h guimaps.h \
+ newgui.h object.h resource.h saveload.h scaler.h scumm.h scummsys.h smush.h \
+ sound.h stdafx.h system.h timer.h util.h sound/fmopl.h
all: scummvm$(EXEEXT)