diff options
author | James Brown | 2002-06-29 16:17:29 +0000 |
---|---|---|
committer | James Brown | 2002-06-29 16:17:29 +0000 |
commit | a67d185ff8ecbb86522bedf7143e994346749d8e (patch) | |
tree | 11132decfc20d7c9564b4b9eed169efb8c3e7f56 | |
parent | 6895885d7fd77aad111ee224f28d12e542768382 (diff) | |
download | scummvm-rg350-a67d185ff8ecbb86522bedf7143e994346749d8e.tar.gz scummvm-rg350-a67d185ff8ecbb86522bedf7143e994346749d8e.tar.bz2 scummvm-rg350-a67d185ff8ecbb86522bedf7143e994346749d8e.zip |
Update other makefiles
svn-id: r4440
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 35194e5797..1465573928 100644 --- a/Makefile.common +++ b/Makefile.common @@ -12,7 +12,9 @@ OBJS += actor.o boxes.o costume.o gfx.o object.o resource.o \ sound/imuse.o sound/fmopl.o sound/mixer.o debugrl.o \ akos.o vars.o insane.o gameDetector.o init.o \ v3/resource_v3.o v4/resource_v4.o 2xsai.o main.o \ - simon/midi.o simon/simon.o simon/simonsys.o sound/mididrv.o config-file.o + simon/midi.o simon/simon.o simon/simonsys.o simon/simonvga.o \ + simon/simondebug.o simon/simonres.o simon/simonitems.o simon/simonverb.o \ + sound/mididrv.o config-file.o DISTFILES=$(OBJS:.o=.cpp) Makefile scumm.h scummsys.h stdafx.h stdafx.cpp \ debugrl.h whatsnew.txt readme.txt copying.txt \ |