summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-12 05:06:10 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-12 05:06:10 -0700
commit9afcc4c188fc626027ef979ef93e5ec24d0051dd (patch)
treef0e52c7b15d8aaa308344217432d25604642d336 /crawl-ref
parent482c3836808ea09272313f50677593a182069afe (diff)
downloadcrawl-ref-9afcc4c188fc626027ef979ef93e5ec24d0051dd.tar.gz
crawl-ref-9afcc4c188fc626027ef979ef93e5ec24d0051dd.zip
makefile: move WIN32TILES and WIN32CONSOLE macros to local list
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index dd8fe2b665..ac34d07073 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -443,9 +443,9 @@ endif
ifeq ($(OSNAME),WIN32)
ifneq ($(TILES),n)
-CFOTHERS += -DWIN32TILES
+CFOTHERS_L += -DWIN32TILES
else
-CFOTHERS += -DWIN32CONSOLE
+CFOTHERS_L += -DWIN32CONSOLE
endif
endif