summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
Commit message (Expand)AuthorAgeFilesLines
* makefile: include DEFINES_L in CFLAGS_LSteven Noonan2009-10-131-1/+1
* makefile: move USE_ICC conditional to avoid CFWARN changesSteven Noonan2009-10-131-16/+12
* makefile: disable some annoying ICC warningsSteven Noonan2009-10-131-1/+3
* makefile: add ICC support through use of USE_ICC=y flagSteven Noonan2009-10-131-2/+17
* makefile: fix dependencies for levcomp.lex.ccSteven Noonan2009-10-121-1/+1
* makefile: add example CFOPTIMIZE flags for Intel's compilerSteven Noonan2009-10-121-0/+2
* * Add -DDEBUG to DEFINES when DEBUG is set.Matthew Cline2009-10-121-1/+2
* makefile: move WIN32TILES and WIN32CONSOLE macros to local listSteven Noonan2009-10-121-2/+2
* makefile: disable architecture-specific optimizationsSteven Noonan2009-10-121-1/+3
* makefiles: set up global vs. local cflags, optimize sqlite buildSteven Noonan2009-10-121-31/+56
* makefile: kill annoying 'Wuninitialized not supported without -O' warningSteven Noonan2009-10-121-0/+2
* makefile: don't rebuild the makefile.dep with clean or distclean targetsSteven Noonan2009-10-121-0/+4
* makefile: fix build on Mac OS X when APPLE_GCC=nSteven Noonan2009-10-121-3/+5
* makefiles: add APPLE_GCC option, to enable or disable use of Apple's GCCSteven Noonan2009-10-121-17/+31
* makefile: fix distclean targetSteven Noonan2009-10-121-2/+1
* Try to autodetect whether Unicode support is available.Adam Borowski2009-10-111-0/+5
* makefile: split EXTRA_FLAGS into two variables, with macros in DEFINESSteven Noonan2009-10-111-7/+7
* makefile: use the Mac OS X compatibility level on TILES as on non-TILES buildsSteven Noonan2009-10-111-10/+15
* makefiles: on Mac OS X, use the same frameworks the Xcode project usesSteven Noonan2009-10-111-10/+97
* makefiles: inherit CC and CXX variables from top-level MakefileSteven Noonan2009-10-111-0/+3
* Makefiles: unifying makefile.unix and makefile_tiles.unix, and cleaning upSteven Noonan2009-10-101-37/+578
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-4/+0
* Makefiles: $(MAKE) -> +$(MAKE)Steven Noonan2009-09-291-16/+11
* Add whitespace fixes.dolorous2009-09-191-1/+1
* Separate makefiles for cross-compiling the Windows builds on crawl.develz.org.evktalo2009-07-191-1/+6
* [2018523] Making a note not to use multiple jobs for tiles builds as it doesn...ennewalker2008-09-271-1/+2
* Define DEBUG_MONS_SCAN for wizard builds.zelgadis2008-07-241-2/+3
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-1/+1
* Add whitespace fixes.dolorous2008-07-061-1/+1
* Modified top level makefile to conditionally set the MAKEFILE variable.ennewalker2008-01-061-6/+6
* Adjust dolinks.sh to properly handle a tiles-enabled build, and add dolorous2008-01-051-0/+2
* Oops, accidently checked in my local makefiles; sorry.zelgadis2007-09-161-2/+2
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-2/+2
* Remove -O3, which appears to cause issues on 64-bit compiles (Zaba).dshaligram2007-07-311-2/+2
* Added a basic depend target. Maybe we should do full autodependency building?dshaligram2007-01-171-0/+3
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-7/+16
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+43