From 2bbc6dd25a227a747ef6bc7f83637b57c10d9af7 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 19 Oct 2009 13:46:01 -0700 Subject: win32: eliminate need for WIN32TILES/WIN32CONSOLE macros Instead of defined(WIN32CONSOLE) we should use: defined(TARGET_OS_WINDOWS) && !defined(USE_TILE) As well as replace defined(WIN32TILES) with: defined(TARGET_OS_WINDOWS) && defined(USE_TILE) Signed-off-by: Steven Noonan --- crawl-ref/source/MSVC/Console.vsprops | 2 +- crawl-ref/source/MSVC/Tiles.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/MSVC') diff --git a/crawl-ref/source/MSVC/Console.vsprops b/crawl-ref/source/MSVC/Console.vsprops index 9937955be8..213cfb9f73 100644 --- a/crawl-ref/source/MSVC/Console.vsprops +++ b/crawl-ref/source/MSVC/Console.vsprops @@ -6,6 +6,6 @@ > diff --git a/crawl-ref/source/MSVC/Tiles.vsprops b/crawl-ref/source/MSVC/Tiles.vsprops index 58f6db88e2..6ace6166ef 100644 --- a/crawl-ref/source/MSVC/Tiles.vsprops +++ b/crawl-ref/source/MSVC/Tiles.vsprops @@ -7,7 +7,7 @@