[Scummvm-cvs-logs] CVS: scummvm Makefile,1.88,1.89

Eugene Sandulenko sev at users.sourceforge.net
Fri Dec 24 14:59:01 CET 2004


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

Modified Files:
	Makefile 
Log Message:
Added targets md5scumm and md5simon for generating headers and web md5.inc file


Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Makefile	24 Dec 2004 22:38:39 -0000	1.88
+++ Makefile	24 Dec 2004 22:57:57 -0000	1.89
@@ -109,6 +109,13 @@
 	tools/credits.pl --cpp > gui/credits.h
 	tools/credits.pl --xml > ../docs/docbook/credits.xml
 
+md5scumm: tools/md5table$(EXEEXT)
+	./tools/md5table$(EXT) --c++ < tools/scumm-md5.txt > scumm/scumm-md5.h
+	./tools/md5table$(EXT) --php < tools/scumm-md5.txt > ../web/docs/md5.inc
+
+md5simon: tools/md5table$(EXEEXT)
+	./tools/md5table$(EXT) --c++ < tools/simon-md5.txt > simon/simon-md5.h
+
 #######################################################################
 # Unit/regression tests                                               #
 # In order to use 'make test' you have to install cxxtest inside the  #





More information about the Scummvm-git-logs mailing list