From f486fd35b3161b48929d8cfb36473b7b553b5591 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Sun, 3 Feb 2008 13:12:51 +0000 Subject: Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'd forgotten to define the enabling symbol in cpp files. Consequently I'd cocked up when copying the call to the ARM code across from my hacked costume.cpp into a fresh one. svn-id: r30766 --- backends/platform/wince/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends') diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index 134c1cfe14..51ff9d0a81 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -152,6 +152,10 @@ ifdef USE_ARM_GFX_ASM DEFINES += -DUSE_ARM_GFX_ASM endif +ifdef USE_ARM_COSTUME_ASM +DEFINES += -DUSE_ARM_COSTUME_ASM +endif + ######################################################################## # Targets follow here -- cgit v1.2.3