[Scummvm-cvs-logs] CVS: tools Makefile.mingw,1.29,1.30 README,1.37,1.38

kirben kirben at users.sourceforge.net
Tue May 17 17:45:36 CEST 2005


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3209

Modified Files:
	Makefile.mingw README 
Log Message:

Update


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/tools/Makefile.mingw,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.mingw	26 Jan 2005 13:40:12 -0000	1.29
+++ Makefile.mingw	18 May 2005 00:44:16 -0000	1.30
@@ -21,9 +21,11 @@
 	strip desword2.exe -o $(SCUMMVMPATH)/tools/desword2.exe
 	strip extract_kyra.exe -o $(SCUMMVMPATH)/tools/extract_kyra.exe
 	strip extract_loom_tg16.exe -o $(SCUMMVMPATH)/tools/extract_loom_tg16.exe
+	strip extract_mm_c64.exe -o $(SCUMMVMPATH)/tools/extract_mm_c64.exe
 	strip extract_mm_nes.exe -o $(SCUMMVMPATH)/tools/extract_mm_nes.exe
 	strip extract_scumm_mac.exe -o $(SCUMMVMPATH)/tools/extract_scumm_mac.exe
 	strip extract_simon1_amiga.exe -o $(SCUMMVMPATH)/tools/extract_simon1_amiga.exe
+	strip extract_zak_c64.exe -o $(SCUMMVMPATH)/tools/extract_zak_c64.exe
 	cp COPYING $(SCUMMVMPATH)/tools/COPYING.txt
 	cp README $(SCUMMVMPATH)/tools/README.txt
 	u2d $(SCUMMVMPATH)/tools/*.txt

Index: README
===================================================================
RCS file: /cvsroot/scummvm/tools/README,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- README	24 Mar 2005 07:03:51 -0000	1.37
+++ README	18 May 2005 00:44:16 -0000	1.38
@@ -21,6 +21,9 @@
                 Extracts data files from TG16 version of Loom.
                 There is currently no support for this game in ScummVM!
 
+        extract_mm_c64
+                Extracts data files from Commodore 64 version of Maniac Mansion.
+
         extract_mm_nes
                 Extracts data files from NES version of Maniac Mansion.
 
@@ -28,6 +31,9 @@
                 Extracts the graphics or music files in AGA/ECS
                 versions of Simon the Sorcerer 1 for Amiga
 
+        extract_zak_c64
+                Extracts data files from Commodore 64 version of Zak McKracken
+
 Compression Tools:
         compress_scumm_sou 
                 Used to compress .sou files to .so3 (MP3), .sog (Vorbis),





More information about the Scummvm-git-logs mailing list