SDL: use SDL2 instead of SDL1.2 for Windows-32
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 4 Dec 2015 12:05:36 +0000 (21:05 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 4 Dec 2015 12:05:36 +0000 (21:05 +0900)
Change-Id: I3baed039c792b39f24a76a86272730eb3972517a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/emulator_configure.sh

index b8bd7e3..f22c873 100755 (executable)
@@ -138,6 +138,7 @@ CONFIGURE_APPEND_WIN="
  --audio-drv-list=dsound
  --winver=0x0600
  --enable-sdl
+ --with-sdlabi=2.0
  --enable-hax"
 
 # append platform specific options
@@ -162,12 +163,9 @@ CONFIGURE_APPEND="
 CROSS_MINGW64*)
 CONFIGURE_APPEND="
  --cross-prefix=${CROSS_PREFIX}-
- --with-sdlabi=2.0
  $CONFIGURE_APPEND_WIN
  $CONFIGURE_APPEND
 "
-# we use SDL2 for Win64
-# SDL2 will be applied to Win32 soon
 ;;
 MINGW*)
 CONFIGURE_APPEND="