From: Kitae Kim Date: Thu, 17 May 2012 11:02:42 +0000 (+0900) Subject: [Title] Modify dibs build script for Windows. X-Git-Tag: TizenStudio_2.0_p2.3~1462^2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc89751aab28e702a6d82e9f636495c3774bceed;p=sdk%2Femulator%2Fqemu.git [Title] Modify dibs build script for Windows. [Type] [Module] emulator / DIBS [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/package/build.windows b/package/build.windows index 7e4174a..fb4699f 100755 --- a/package/build.windows +++ b/package/build.windows @@ -8,7 +8,7 @@ clean() cd $SRCDIR/tizen/ if test -e "Makefile" then - ./qemu_configure.sh + ./qemu_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS" make clean fi rm -rf $SRCDIR/*.zip diff --git a/tizen/qemu_configure.sh b/tizen/qemu_configure.sh index 1a0d421..3bf2d03 100755 --- a/tizen/qemu_configure.sh +++ b/tizen/qemu_configure.sh @@ -34,7 +34,7 @@ exec ./configure \ --enable-ldst-optimization \ --enable-hax \ --enable-maru \ - --enable-gl + --enable-gl $1 # --enable-ffmpeg # --disable-vnc-jpeg \ # --disable-jpeg