diff options
author | Max Horn | 2004-12-24 22:33:49 +0000 |
---|---|---|
committer | Max Horn | 2004-12-24 22:33:49 +0000 |
commit | 9b56161a3d6e0f35508dbb0da3c7c8aa3beac285 (patch) | |
tree | 3f33d3aa820c83e5ce6952a882e49e307d3452c0 | |
parent | db32aebfa064745652fc2bf7dff5992f3754d66a (diff) | |
download | scummvm-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-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |