aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEugene Sandulenko2004-12-24 22:57:57 +0000
committerEugene Sandulenko2004-12-24 22:57:57 +0000
commit5a94c7b9a7a496ebe21667b6bfc2f05c3cc114d1 (patch)
tree5e78e948159ef79ddf724c9e6ede3cd506002f07 /Makefile
parent8135ed2b6bcdb154a08ff930eb0f72fb04221d23 (diff)
downloadscummvm-rg350-5a94c7b9a7a496ebe21667b6bfc2f05c3cc114d1.tar.gz
scummvm-rg350-5a94c7b9a7a496ebe21667b6bfc2f05c3cc114d1.tar.bz2
scummvm-rg350-5a94c7b9a7a496ebe21667b6bfc2f05c3cc114d1.zip
Added targets md5scumm and md5simon for generating headers and web md5.inc file
svn-id: r16304
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b564b15c7..b59697b4d8 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,13 @@ credits:
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 #