Lines Matching refs:wine
65 WINE=
136 --wine)
137 WINE=yes
176 echo " --wine Build all tests with wine on Linux"
413 if [ "$WINE" ]; then
416 WINE=wine12
419 WINE=wine17
420 NDK_BUILD_FLAGS="" # make.exe -B hangs in wine > 1.2.x
422 APP_LDFLAGS="$APP_LDFLAGS -fuse-ld=mcld" # 64-bit ld.gold can't run in any wine!
426 find_program WINE_PROG $WINE
427 fail_panic "Can't locate $WINE"
484 if [ "$WINE" ]; then
485 if [ "$WINE" = "wine12" ]; then
486 run $WINE cmd /c Z:$NDK/ndk-build.cmd -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS"
489 run $WINE cmd /c Z:$NDK/ndk-build.cmd clean
490 # make.exe can't do parallel build in wine > 1.2.x
491 run $WINE cmd /c Z:$NDK/ndk-build.cmd "$@" -j1 APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS"