diff options
author | Kostas Nakos | 2009-08-04 13:17:33 +0000 |
---|---|---|
committer | Kostas Nakos | 2009-08-04 13:17:33 +0000 |
commit | 73572158a8d32ab1202756b5511f4aec82c181b8 (patch) | |
tree | 7aac241b077a180089048c87ebfe87287f61f8d0 /configure | |
parent | 342cce1b193508887535c2c77e779bdd7f499b57 (diff) | |
download | scummvm-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-x | configure | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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) |