aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-12-24 22:33:49 +0000
committerMax Horn2004-12-24 22:33:49 +0000
commit9b56161a3d6e0f35508dbb0da3c7c8aa3beac285 (patch)
tree3f33d3aa820c83e5ce6952a882e49e307d3452c0
parentdb32aebfa064745652fc2bf7dff5992f3754d66a (diff)
downloadscummvm-rg350-9b56161a3d6e0f35508dbb0da3c7c8aa3beac285.tar.gz
scummvm-rg350-9b56161a3d6e0f35508dbb0da3c7c8aa3beac285.tar.bz2
scummvm-rg350-9b56161a3d6e0f35508dbb0da3c7c8aa3beac285.zip
Disabled example rules on how the md5 headesr could be rebuilt automatically (but I actually think that's not such a useful idea)
svn-id: r16301
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23b9094793..378406bcaa 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,12 @@ tools/convbdf$(EXEEXT): tools/convbdf.o
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