aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2009-11-22 09:23:15 +0000
committerTravis Howell2009-11-22 09:23:15 +0000
commit354ddd8bc6e331f7d86beb1a96bbfc3a7ff378d6 (patch)
treef3bf5149522c2d9a58f3151a9d311ea7ff340da6
parent4bd395a1eeaaddb96dce3ffe85ed7fb561c98820 (diff)
downloadscummvm-rg350-354ddd8bc6e331f7d86beb1a96bbfc3a7ff378d6.tar.gz
scummvm-rg350-354ddd8bc6e331f7d86beb1a96bbfc3a7ff378d6.tar.bz2
scummvm-rg350-354ddd8bc6e331f7d86beb1a96bbfc3a7ff378d6.zip
Update.
svn-id: r46071
-rw-r--r--README3
-rw-r--r--tools/module.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 9306fbf8af..41b763ee0f 100644
--- a/README
+++ b/README
@@ -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
#