[Scummvm-cvs-logs] CVS: tools Makefile.mingw,1.3,1.4 README,1.1,1.2

Travis Howell kirben at users.sourceforge.net
Fri Dec 6 18:03:03 CET 2002


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv10521

Modified Files:
	Makefile.mingw README 
Log Message:

Update mingw Makefile
Remove .cpp extensions in readme


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/tools/Makefile.mingw,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.mingw	31 Oct 2002 13:57:59 -0000	1.3
+++ Makefile.mingw	7 Dec 2002 02:02:48 -0000	1.4
@@ -14,5 +14,8 @@
 	strip extract.exe -o $(SCUMMVMPATH)/tools/extract.exe
 	strip rescumm.exe -o $(SCUMMVMPATH)/tools/rescumm.exe
 	strip simon2mp3.exe -o $(SCUMMVMPATH)/tools/simon2mp3.exe
+	cp COPYING $(SCUMMVMPATH)/tools/copying.txt
+	cp README $(SCUMMVMPATH)/tools/readme.txt
+	u2d $(SCUMMVMPATH)/tools/*.txt
 
 dist:   install

Index: README
===================================================================
RCS file: /cvsroot/scummvm/tools/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README	6 Dec 2002 17:16:49 -0000	1.1
+++ README	7 Dec 2002 02:02:49 -0000	1.2
@@ -2,22 +2,22 @@
 with ScummVM.
 
 Included tools:
-        extract.cpp - Used to MP3 compress .sou files to .so3, for use with
+        extract - Used to MP3 compress .sou files to .so3, for use with
                       ScummVMs -DUSE_MAD support. Requires MAD
                       Used to MP3 compress .sou files to .ogg, for use with
                       ScummVMs -DUSE_VORBIS support. Requires VORBIS
 
-        rescumm.cpp - Extracts macintosh "single file" SCUMM games into their
+        rescumm - Extracts macintosh "single file" SCUMM games into their
                       component parts, for use with ScummVM
 
-        descumm3.cpp - Decompiles SCUMM V3 scripts (eg, loomcd, indy3-256
+        descumm3 - Decompiles SCUMM V3 scripts (eg, loomcd, indy3-256
                        Zak256 (fmtowns).
 
-        descumm5.cpp - Decompiles SCUMM V4/V5 scripts (eg, monkey1/2, FOA)
+        descumm5 - Decompiles SCUMM V4/V5 scripts (eg, monkey1/2, FOA)
 
-        descumm6.cpp - Decompiles SCUMM V6/V7/V8 scripts (eg, dott, FT, etc)
+        descumm6 - Decompiles SCUMM V6/V7/V8 scripts (eg, dott, FT, etc)
 		       (When decompiling V7 'room-' scripts, you may need to 
                        use the -7 switch)
 
-        simon2mp3.cpp - Used to MP3 compress .voc or .wav files to .mp3, for 
+        simon2mp3 - Used to MP3 compress .voc or .wav files to .mp3, for 
                         use with ScummVMs -DUSE_MAD support. Requires MAD





More information about the Scummvm-git-logs mailing list