summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/gen-mi-enum
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak building on Windows.Adam Borowski2012-05-231-0/+1
|
* Fix moninf flag enums with underscores not being recognized.Adam Borowski2012-05-231-1/+1
|
* Rewrite gen-mi-enum in Perl to work around broken sed on Mac.Adam Borowski2012-05-231-0/+11
It'd be enough to use 1,/match/ since the source file doesn't have the searched for string on its first line, and if it gets split out, there'll probably be a comment there, but this at least gets rid of that silly tr.