From e79dfa71175e407bc0f8dd9e723bf5129ff7d166 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 27 Jun 2009 06:57:54 +0000 Subject: [PATCH] Force some Windows CE devices to use their real screen resolution instead of 240x320 (iPAQ HX4700, eg) when using GAPI. SVN revision: 41213 --- configure.ac | 2 ++ src/bin/Makefile.am | 5 ++++- src/bin/engine_software_16_wince.rc | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/bin/engine_software_16_wince.rc diff --git a/configure.ac b/configure.ac index 08e9e16..3992d6a 100644 --- a/configure.ac +++ b/configure.ac @@ -100,6 +100,8 @@ m4_ifdef([AC_PROG_OBJC], AC_PROG_CXX AC_PROG_CC +LT_PROG_RC + ### Checks for libraries diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 3e868fe..624a323 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -158,7 +158,10 @@ endif if BUILD_SOFTWARE_16_WINCE expedite_SOURCES += \ -engine_software_16_wince.c engine_software_16_wince.h +engine_software_16_wince.c engine_software_16_wince.h engine_software_16_wince.rc endif +.rc.lo: + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@ + EXTRA_DIST = $(bin_SCRIPTS) diff --git a/src/bin/engine_software_16_wince.rc b/src/bin/engine_software_16_wince.rc new file mode 100644 index 0000000..2a185cd --- /dev/null +++ b/src/bin/engine_software_16_wince.rc @@ -0,0 +1 @@ +HI_RES_AWARE CEUX {1}