mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
new target fixes
svn-id: r16305
This commit is contained in:
parent
5a94c7b9a7
commit
385986f4b6
6
Makefile
6
Makefile
@ -110,11 +110,11 @@ credits:
|
||||
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
|
||||
tools/md5table$(EXEEXT) --c++ < tools/scumm-md5.txt > scumm/scumm-md5.h
|
||||
tools/md5table$(EXEEXT) --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
|
||||
tools/md5table$(EXEEXT) --c++ < tools/simon-md5.txt > simon/simon-md5.h
|
||||
|
||||
#######################################################################
|
||||
# Unit/regression tests #
|
||||
|
Loading…
Reference in New Issue
Block a user