diff options
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | tools/module.mk | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -735,6 +735,7 @@ site, please see the section on reporting bugs. as the Loom scripts automatically turn them on again - MIDI support in the EGA version requires the Roland update from LucasArts + - The PC-Engine Kanji version requires the system card rom The Secret of Monkey Island: - MIDI support in the EGA version requires the Roland update from @@ -783,7 +784,7 @@ site, please see the section on reporting bugs. Humongous Entertainment games: - Only the original load and save interface can be used. - - No support for printing images + - No support for multiplayer or printing images 4.0) Supported Platforms: diff --git a/tools/module.mk b/tools/module.mk index bf246ad0d6..16c14c7686 100644 --- a/tools/module.mk +++ b/tools/module.mk @@ -1,6 +1,7 @@ # $URL$ # $Id$ +CC=gcc MODULE := tools MODULE_DIRS += \ @@ -63,7 +64,7 @@ credits: md5scumm: tools/md5table$(EXEEXT) tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/scumm-md5.txt > engines/scumm/scumm-md5.h - cp $(srcdir)/tools/scumm-md5.txt ../../web/trunk/data/scumm-md5.txt + cp $(srcdir)/tools/scumm-md5.txt ../web/data/scumm-md5.txt # |