From a348a51721dcbcd9b887e795a1dcbbaecbb48a89 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Fri, 11 Oct 2013 16:22:45 -0400 Subject: 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 --- crawl-ref/source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/Makefile') 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) -- cgit v1.2.3-54-g00ecf