[Scummvm-cvs-logs] CVS: scummvm Makefile,1.86,1.87

Max Horn fingolfin at users.sourceforge.net
Fri Dec 24 14:34:01 CET 2004


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

Modified Files:
	Makefile 
Log Message:
Disabled example rules on how the md5 headesr could be rebuilt automatically (but I actually think that's not such a useful idea)

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- Makefile	24 Dec 2004 01:43:36 -0000	1.86
+++ Makefile	24 Dec 2004 22:33:49 -0000	1.87
@@ -97,6 +97,12 @@
 tools/md5table$(EXEEXT): tools/md5table.o
 	$(CXX) -o $@ $<
 
+#simon/simon-md5.h: tools/simon-md5.txt
+#	tools/md5table$(EXEEXT) --c++ < $< > $@
+
+#scumm/scumm-md5.h: tools/scumm-md5.txt
+#	tools/md5table$(EXEEXT) --c++ < $< > $@
+
 credits:
 	./credits.pl --text > AUTHORS
 	./credits.pl --html > ../web/credits.inc





More information about the Scummvm-git-logs mailing list