mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
Added targets md5scumm and md5simon for generating headers and web md5.inc file
svn-id: r16304
This commit is contained in:
parent
8135ed2b6b
commit
5a94c7b9a7
7
Makefile
7
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 #
|
||||
|
Loading…
Reference in New Issue
Block a user