mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
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
This commit is contained in:
parent
db32aebfa0
commit
9b56161a3d
6
Makefile
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user