summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-10-11 16:22:45 -0400
committerNeil Moore <neil@s-z.org>2013-10-11 16:22:45 -0400
commita348a51721dcbcd9b887e795a1dcbbaecbb48a89 (patch)
treee64a9c77dadced0fb5c1123df817b939c547f918 /crawl-ref/source/Makefile
parent45e12aef8bc9b8b7bc5b152e643bad4b18278484 (diff)
downloadcrawl-ref-a348a51721dcbcd9b887e795a1dcbbaecbb48a89.tar.gz
crawl-ref-a348a51721dcbcd9b887e795a1dcbbaecbb48a89.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 a14a73eabf..49e45439cc 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -105,7 +105,7 @@ CFOTHERS := -pipe $(EXTERNAL_FLAGS)
CFWARN := -Wall -Wformat-security
CFWARN_L := -Wundef
-DEFINES := $(EXTERNAL_DEFINES)
+DEFINES := -DTOURNEY='"0.13"' $(EXTERNAL_DEFINES)
ifdef ANDROID
LDFLAGS := $(EXTERNAL_LDFLAGS) $(LDFLAGS)