Home | History | Annotate | Download | only in tools

Lines Matching refs:mingw

356 MINGW=no
361 echo "Can not have both --mingw and --darwin"
364 MINGW=yes;
368 if [ "$MINGW" = "yes" ]; then
369 echo "Can not have both --mingw and --darwin"
378 register_option "--mingw" do_mingw_option "Generate windows binaries on Linux."
688 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
693 echo "ERROR: Can only enable --mingw or --darwin on Linux platforms !"
697 if [ "$MINGW" = "yes" ] ; then
722 # Find mingw toolchain
724 # Set MINGW_GCC to the found mingw toolchain
749 DEBIAN_NAME=mingw-w64
755 DEBIAN_NAME=mingw-w64
758 # Scan $BINPREFIXLST list to find installed mingw toolchain. It will be
763 dump "Found mingw toolchain: $MINGW_GCC"
771 # $1: install directory for mingw/darwin wrapper toolchain
775 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ]; then
779 if [ "$MINGW" = "yes" ]; then
840 # this is required for mingw/darwin build to avoid tools canadian cross configuration issues
876 if [ "$NDK_CCACHE" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ]; then
894 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ]; then
900 if [ "$MINGW" = "yes" ]; then
990 # Now deal with mingw or darwin
991 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ]; then
1043 # Now handle the --mingw/--darwin flag
1044 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
1047 if [ "$MINGW" = "yes" ] ; then
1049 # perform a canadian-cross build with mingw. Otherwise, the
1192 # NOTE: Handles the case where '$MINGW = true' or '$DARWIN = true'
1197 if [ "$MINGW" = "yes" ]; then
1221 if [ "$MINGW" = "yes" ]; then