summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/gen-cflg.pl
Commit message (Collapse)AuthorAgeFilesLines
* Use env in hashbangs to placate necrocomputing OSes with packaged perl ↵Adam Borowski2009-12-021-1/+1
| | | | installed in /usr/local/bin/
* version.cc: combine CFLAGS_L and CFLAGSSteven Noonan2009-10-311-6/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* compflag.h: generate via perl script instead of shellSteven Noonan2009-10-191-0/+38
Some platforms broke because they used /bin/sh, which doesn't have the '-n' parameter for 'echo'. Signed-off-by: Steven Noonan <steven@uplinklabs.net>