summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-05-10 17:56:10 -0400
committerNeil Moore <neil@s-z.org>2013-05-10 17:56:10 -0400
commite34e213eb43bd165a651a97ebfa9a3101e1d0946 (patch)
treed0d58dbdfdc981916b632baaf0a60b75e23a36a6 /crawl-ref/source/Makefile
parent67a9af87aa7a1d19eae4b9ecc7f67890b6cfed52 (diff)
downloadcrawl-ref-e34e213eb43bd165a651a97ebfa9a3101e1d0946.tar.gz
crawl-ref-e34e213eb43bd165a651a97ebfa9a3101e1d0946.zip
Remind online trunk players about the tournament.
If you run a dgamelaunch crawl server that isn't participating in the tournament, use make EXTERNAL_DEFINES=-UTOURNEY
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index 46b6d932ac..b6743390c8 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -123,7 +123,7 @@ CFOTHERS := -pipe $(EXTERNAL_FLAGS)
CFWARN := -Wall -Wformat-security
CFWARN_L := -Wundef
-DEFINES := $(EXTERNAL_DEFINES)
+DEFINES := -DTOURNEY=0.12 $(EXTERNAL_DEFINES)
ifdef ANDROID
LDFLAGS := $(EXTERNAL_LDFLAGS) $(LDFLAGS)