From e34e213eb43bd165a651a97ebfa9a3101e1d0946 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Fri, 10 May 2013 17:56:10 -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 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) -- cgit v1.2.3-54-g00ecf