summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
Commit message (Expand)AuthorAgeFilesLines
* travis configurationtravisJesse Luehrs2014-08-171-1/+1
* Don't link against both contrib and system libpcre.Neil Moore2014-07-131-5/+5
* Only use the contrib lib and include directory if building contribs.Neil Moore2014-07-121-12/+16
* Only define EXPERIMENTAL_BRANCH for USE_DGAMELAUNCH builds.Neil Moore2014-07-111-2/+2
* Eye of draining title screen (Peileppe/Bloax, 8645)ontoclasm2014-06-171-1/+2
* AppHdr.h: Adjust PRINTF macro for use with mingw-w64John Olender2014-06-081-1/+1
* Allow using Luajit on 64-bit systems (#8641)Neil Moore2014-06-041-0/+4
* Only set COPY_FONTS when building tiles (geekosaur).Neil Moore2014-05-311-2/+2
* Allow make FORCE_CXX=clang++ FORCE_CC=clangNeil Moore2014-05-311-0/+9
* On experimental branches, log explbr=branchname.Darshan Shaligram2014-05-051-0/+7
* Don't remind online trunk players about the tournament.Neil Moore2014-04-271-1/+1
* Make compilation work on Fedora 20 with the distribution lua.Florian Diebold2014-04-261-6/+10
* Remind online trunk players about the tournament.Steve Melenchuk2014-04-111-1/+1
* Splash screens (baconkid, by way of khalil)ontoclasm2014-03-271-1/+1
* Allow building against the system libpcre.Neil Moore2014-02-231-0/+4
* Use -isystem instead of -I for (what should be) system librariesSamuel Bronson2013-12-311-8/+8
* Start using -Wredundant-decls; fix all the instances I getSamuel Bronson2013-12-121-0/+1
* New title screen featuring Roxanne (Psiweapon, #7832)Neil Moore2013-12-081-1/+2
* Enable pooryurik_knight title screen too.Neil Moore2013-12-011-1/+1
* Enable several splash screens accidentally omitted from builds.Neil Moore2013-12-011-1/+3
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-0/+1
* Hopefully work around recent mingw linking libwinpthread-1.dll dynamically.Adam Borowski2013-11-251-2/+2
* Make the .o files depend on the PCH where relevant.Samuel Bronson2013-11-101-2/+2
* Show HOSTCC of fake_pty nicer.Adam Borowski2013-11-021-1/+2
* Don't install transifex files.Raphael Langella2013-10-311-1/+8
* End the tournament.Neil Moore2013-10-271-1/+1
* Remind online trunk players about the tournament.Neil Moore2013-10-111-1/+1
* Revert "Run dwz over the binary ..."; dwz insists on ELF binaries :-(Samuel Bronson2013-10-101-5/+0
* Run dwz over the binary when available to save spaceSamuel Bronson2013-10-101-0/+5
* Fix Mac universal builds.Neil Moore2013-09-141-2/+4
* Disable compiler optimization on Apple's gcc altogether.Adam Borowski2013-09-071-1/+1
* Display monster spells and magical abilities with x-vcjo2013-08-241-2/+2
* Use gold instead of bfd if possible.Adam Borowski2013-08-051-0/+4
* Make "make test" work around a severe race condition wrt --builddb.Adam Borowski2013-07-061-1/+6
* Purge some obsolete transifex config.Raphael Langella2013-07-041-1/+1
* Let LTO=y support clang.Adam Borowski2013-06-241-4/+10
* Remove the tournament warning.Neil Moore2013-05-261-1/+1
* Revert "Don't rebuild everything when PCH is rebuilt due to external code."Samuel Bronson2013-05-241-5/+2
* Don't rebuild everything when PCH is rebuilt due to external code.Samuel Bronson2013-05-241-2/+5
* Make PCH depend on system headers in future, to ensure freshnessSamuel Bronson2013-05-241-1/+3
* Fix $(GXX) being used before it is defined in some cases.Adam Borowski2013-05-211-21/+21
* Default to -O1 on gcc-4.2.Adam Borowski2013-05-211-5/+8
* Handle single-quotes and whitespace in CFLAGS difference check.Samuel Bronson2013-05-141-2/+5
* Give debug output after the "new build flags or prefix" messageSamuel Bronson2013-05-141-0/+2
* Fix DGL compilation.Neil Moore2013-05-101-1/+1
* Remind online trunk players about the tournament.Neil Moore2013-05-101-1/+1
* Specify C++ when testing for warning flags.Neil Moore2013-04-071-2/+2
* Check that -Wmissing-declarations doesn't fail before using itSamuel Bronson2013-04-071-1/+2
* Add -Wmissing-declarations to our default CFWARN flags.Samuel Bronson2013-04-061-1/+1
* Whoops, don't make art-data rebuild every time.Samuel Bronson2013-04-051-4/+3