From a3e428f6dbfd39c14495909b5e748d8581e3ad2b Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 9 May 2010 11:00:17 +0000 Subject: Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure. svn-id: r48977 --- backends/platform/wince/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'backends/platform/wince/Makefile') diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index f81d97f075..8ad134648b 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -70,7 +70,8 @@ REMOTE_DIRECTORY = \Storage Card\Program Files\Scummvm ######################################################################## ## You're probably not going to want to change these defines... -#DISABLE_HQ_SCALERS = 1 +USE_SCALERS = 1 +USE_HQ_SCALERS = 1 USE_ARM_SOUND_ASM = 1 USE_ARM_SMUSH_ASM = 1 USE_ARM_GFX_ASM = 1 @@ -155,6 +156,14 @@ DEFINES += -DUSE_FLAC LIBS += -lFLAC endif +ifdef USE_SCALERS +DEFINES += -DUSE_SCALERS +endif + +ifdef USE_HQ_SCALERS +DEFINES += -DUSE_HQ_SCALERS +endif + ifdef USE_ARM_SMUSH_ASM DEFINES += -DUSE_ARM_SMUSH_ASM endif -- cgit v1.2.3