From 64ebb586cdd3ab2f2fb34b51cc89a9f4b8d5cc54 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 21 Jul 2009 19:39:24 +0000 Subject: Add ARM code implementation of Scaler2x, and enable it for the WinCE port. svn-id: r42645 --- backends/platform/wince/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'backends/platform/wince/Makefile') diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index 1846029469..9ac431c595 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -76,6 +76,7 @@ USE_ARM_SOUND_ASM = 1 USE_ARM_SMUSH_ASM = 1 USE_ARM_GFX_ASM = 1 USE_ARM_COSTUME_ASM = 1 +USE_ARM_SCALER_ASM = 1 ######################################################################## ## Hopefully you shouldn't need to change anything below here. ## @@ -167,6 +168,10 @@ ifdef USE_ARM_COSTUME_ASM DEFINES += -DUSE_ARM_COSTUME_ASM endif +ifdef USE_ARM_SCALER_ASM +DEFINES += -DUSE_ARM_SCALER_ASM +endif + ######################################################################## # Targets follow here -- cgit v1.2.3