[Scummvm-cvs-logs] SF.net SVN: scummvm:[46071] scummvm/trunk

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Nov 22 10:23:16 CET 2009


Revision: 46071
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46071&view=rev
Author:   Kirben
Date:     2009-11-22 09:23:15 +0000 (Sun, 22 Nov 2009)

Log Message:
-----------
Update.

Modified Paths:
--------------
    scummvm/trunk/README
    scummvm/trunk/tools/module.mk

Modified: scummvm/trunk/README
===================================================================
--- scummvm/trunk/README	2009-11-22 09:21:40 UTC (rev 46070)
+++ scummvm/trunk/README	2009-11-22 09:23:15 UTC (rev 46071)
@@ -735,6 +735,7 @@
       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 @@
 
   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:

Modified: scummvm/trunk/tools/module.mk
===================================================================
--- scummvm/trunk/tools/module.mk	2009-11-22 09:21:40 UTC (rev 46070)
+++ scummvm/trunk/tools/module.mk	2009-11-22 09:23:15 UTC (rev 46071)
@@ -1,6 +1,7 @@
 # $URL$
 # $Id$
 
+CC=gcc
 MODULE := tools
 
 MODULE_DIRS += \
@@ -63,7 +64,7 @@
 
 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
 
 
 #


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list