From bcef809e612177c2bcb7ca3f8682ea96d38c4cdc Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 31 Mar 2019 19:07:40 +0100 Subject: WINCE: Fix compilation --- configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c1c4b85572..5de54af667 100755 --- a/configure +++ b/configure @@ -3431,7 +3431,9 @@ if test -n "$_host"; then ;; wince) append_var LDFLAGS "-Wl,--stack,65536" - _tremolo=yes + if test "$_tremor" = auto; then + _tremolo=yes + fi _backend="wince" _detectlang=yes _mt32emu=no @@ -3625,6 +3627,7 @@ case $_backend in append_var INCLUDES '-I$(srcdir)/backends/platform/wince' append_var INCLUDES '-I$(srcdir)/backends/platform/wince/CEgui' append_var INCLUDES '-I$(srcdir)/backends/platform/wince/CEkeys' + append_var INCLUDES '-I$(srcdir)/backends/platform/wince/missing' append_var LIBS "-static -lSDL" _sdl=yes _sdlversion=1.2.0 -- cgit v1.2.3