aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKostas Nakos2009-08-04 13:17:33 +0000
committerKostas Nakos2009-08-04 13:17:33 +0000
commit73572158a8d32ab1202756b5511f4aec82c181b8 (patch)
tree7aac241b077a180089048c87ebfe87287f61f8d0 /configure
parent342cce1b193508887535c2c77e779bdd7f499b57 (diff)
downloadscummvm-rg350-73572158a8d32ab1202756b5511f4aec82c181b8.tar.gz
scummvm-rg350-73572158a8d32ab1202756b5511f4aec82c181b8.tar.bz2
scummvm-rg350-73572158a8d32ab1202756b5511f4aec82c181b8.zip
commit slightly modified patch #2828646: WINCE: Integrate Windows CE with the master build system
svn-id: r43041
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure b/configure
index b6b3938a64..5eac08ad6b 100755
--- a/configure
+++ b/configure
@@ -1333,10 +1333,6 @@ if test -n "$_host"; then
type_2_byte='short'
type_4_byte='int'
add_line_to_config_mk 'USE_TREMOLO = 1'
- add_line_to_config_mk 'USE_MAD = 1'
- add_line_to_config_mk 'USE_MPEG2 = 1'
- add_line_to_config_mk 'USE_FLAC = 1'
- add_line_to_config_mk 'USE_ZLIB = 1'
add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'
add_line_to_config_mk 'USE_ARM_GFX_ASM = 1'
@@ -2053,8 +2049,7 @@ case $_backend in
LIBS="$LIBS -lobjc -framework UIKit -framework CoreGraphics -framework OpenGLES -framework QuartzCore -framework GraphicsServices -framework CoreFoundation -framework Foundation -framework AudioToolbox -framework CoreAudio"
;;
wince)
- INCLUDES="$INCLUDES "'-I$(srcdir) -I$(srcdir)/backends/platform/wince -I$(srcdir)/engines -I$(srcdir)/backends/platform/wince/missing/gcc -I$(srcdir)/backends/platform/wince/libs/include -I$(srcdir)/backends/platform/wince/libs/include/sdl -I$(srcdir)/backends/platform/wince/CEgui -I$(srcdir)/backends/platform/wince/CEkeys'
- LDFLAGS="$LDFLAGS "'-L$(srcdir)/backends/platform/wince/libs/lib'
+ INCLUDES="$INCLUDES "'-I$(srcdir) -I$(srcdir)/backends/platform/wince -I$(srcdir)/engines -I$(srcdir)/backends/platform/wince/missing/gcc -I$(srcdir)/backends/platform/wince/CEgui -I$(srcdir)/backends/platform/wince/CEkeys'
LIBS="$LIBS -static -lSDL"
;;
dc)