summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/platform.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-10 04:09:33 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-10 22:18:47 -0700
commita0582692a2630f42b8e64d6baaab001a793fcf3c (patch)
treea3c3e07a9290487083d41f51b010645bafd3407a /crawl-ref/source/platform.h
parent930477f201bf327048aee3abb1831b27892bb711 (diff)
downloadcrawl-ref-a0582692a2630f42b8e64d6baaab001a793fcf3c.tar.gz
crawl-ref-a0582692a2630f42b8e64d6baaab001a793fcf3c.zip
Makefiles: unifying makefile.unix and makefile_tiles.unix, and cleaning up
Lots of major build changes here: - No longer have multiple makefiles for Linux, Mac, MinGW, etc. - To build a USE_TILE build, simply do 'make <target> TILES=y'. - Makefiles now use a much prettier output while building. To see verbose messages, add 'V=1' to the command-line for 'make'. - Lots of weird dependency bugs corrected in the Makefiles. - makefile.unix now works for Mac OS X builds too (both tiles and ASCII builds). - Added GCC precompiled header support to makefile.unix. In my tests, it doesn't add much of a speedup, if any, but it's at least convenient to have it implemented. To use it, add 'PCH=y' to your 'make' command line. - Added fastdep support, and enabled by default on machines with fastdep installed. This allows for the Makefile to be sensitive to changed header files (recompiling those source files that are affected by the changes). If fastdep isn't installed, you can still use the the old (and much slower) GCC built-in dependency generator, but it's not enabled by default. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/platform.h')
0 files changed, 0 insertions, 0 deletions