summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib/zlib
Commit message (Collapse)AuthorAgeFilesLines
* Fix submodules.Neil Moore2013-05-301-0/+0
|
* Revert submodules clobbered in "Add EV Checks to mons_do_spines()"Darshan Shaligram2010-05-061-0/+0
| | | | This reverts commit 67e4e37c9d27835852099de23d424293cd2c07c9.
* Add EV Checks to mons_do_spines()Robert Burnham2010-05-051-0/+0
| | | | | | Uses a constant factor of 6, this reduces the chance to one-shot bats, rats, kobolds, and other weak creatures early on and the chance to easily kill hydras / executioners later on.
* contribs: remove target .a file before calling 'ar'Steven Noonan2010-05-051-0/+0
| | | | | | | This fixes some build breakage on Mac OS X when switching architecture targets or compilers between builds. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: ignore more junk filesSteven Noonan2009-12-211-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* makefile: rebuild .d files and contribs if CFLAGS changeSteven Noonan2009-11-061-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: fix parallel make and simplify MinGW buildsSteven Noonan2009-10-241-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* zlib: fix build to use 'AR' variable correctlySteven Noonan2009-10-161-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* makefiles & contribs: add support for MinGW tiles buildsSteven Noonan2009-10-161-0/+0
| | | | | | | | | Incredibly hairy to get this to work, largely because MinGW's GCC is picky about the link order, among other things. But now we have a working build! Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: add tile build supportSteven Noonan2009-10-151-0/+0
Signed-off-by: Steven Noonan <steven@uplinklabs.net>