From: SeokYeon Hwang Date: Mon, 19 Oct 2015 05:17:17 +0000 (+0900) Subject: configure: support recent Windows APIs X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~217 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e6f6db1c90a5a6452261d7b836371a69d0917c4;p=sdk%2Femulator%2Fqemu.git configure: support recent Windows APIs We do not support Windows XP or older version. Change-Id: I51e5ae09a6a486d36b347b95a5007067a72ab013 Signed-off-by: SeokYeon Hwang --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index cc81358b6b..5f19e12ea1 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -145,6 +145,7 @@ CONFIGURE_APPEND=" --extra-ldflags=-Wl,--large-address-aware --extra-ldflags=-Wl,--export-all-symbols --audio-drv-list=dsound + --winver=0x0600 --enable-sdl --enable-hax $CONFIGURE_APPEND @@ -160,6 +161,7 @@ CONFIGURE_APPEND=" --extra-ldflags=-Wl,--large-address-aware --extra-ldflags=-Wl,--export-all-symbols --audio-drv-list=dsound + --winver=0x0600 --enable-sdl --enable-hax $CONFIGURE_APPEND