From 63acb55b18f024db74fd9a7eedbf3137922630c4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 11 Aug 2013 17:32:29 +0000 Subject: Remove Windows CE support. What support exists is for obsolete devices I no longer possess; I've never been contacted about the port and it's been several years since I even bothered to build a new version. All the extra overrides are clutter that can just be removed. Subversion-branch: /branches/v2-branch Subversion-revision: 2615 --- configure.in | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 77a7e6e9..556cefea 100644 --- a/configure.in +++ b/configure.in @@ -90,20 +90,6 @@ AC_SDL_MAIN_WORKAROUND([ AC_CHECK_TOOL(WINDRES, windres, ) AC_CHECK_TOOL(STRIP, strip, ) -# Windows CE build? - -WINDOWS_CE=false - -case "$host" in - *mingw32ce*|*cegcc*|*wince*) - CFLAGS="-I\$(top_builddir)/wince $CFLAGS" - WINDOWS_CE=true - ;; - *) - ;; -esac - -AM_CONDITIONAL(WINDOWS_CE, $WINDOWS_CE) AM_CONDITIONAL(HAVE_WINDRES, test "$WINDRES" != "") AM_CONDITIONAL(HAVE_PYTHON, $HAVE_PYTHON) @@ -170,6 +156,5 @@ src/setup/setup-manifest.xml src/strife/Makefile textscreen/Makefile textscreen/examples/Makefile -wince/Makefile ]) -- cgit v1.2.3