summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index e4ea453a0a..0bdf29920b 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -461,14 +461,6 @@ LIB += -lncurses
endif
endif
-ifdef WIN32
-ifdef TILES
-CFOTHERS_L += -DWIN32TILES
-else
-CFOTHERS_L += -DWIN32CONSOLE
-endif
-endif
-
ifdef NEEDS_PCRE
DEFINES += -DREGEX_PCRE
LIB += -lpcre