HomeSort by relevance Sort by last modified time
    Searched refs:MINGW (Results 1 - 25 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/
android-rebuild.sh 15 MINGW=
21 --mingw)
22 MINGW=true
82 if [ "$MINGW" ]; then
  /ndk/build/tools/
build-host-awk.sh 58 if [ "$MINGW" = "yes" ]; then
83 MINGW="$BUILD_MINGW" \
prebuilt-common.sh 297 MINGW=no
302 echo "Can not have both --mingw and --darwin"
305 MINGW=yes;
309 if [ "$MINGW" = "yes" ]; then
310 echo "Can not have both --mingw and --darwin"
319 register_option "--mingw" do_mingw_option "Generate windows binaries on Linux."
627 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
632 echo "ERROR: Can only enable --mingw or --darwin on Linux platforms !"
636 if [ "$MINGW" = "yes" ] ; then
661 # Find mingw toolchai
    [all...]
build-host-toolbox.sh 90 MINGW=yes
build-host-make.sh 77 if [ "$MINGW" = "yes" ]; then
78 # Required for a proper mingw cross compile
gen-toolchain-wrapper.sh 109 # Check if mingw compiler has dlfcn.h
120 "$CC" -xc /dev/null -dM -E | grep -q MINGW
122 # not a mingw compiler
build-gcc.sh 217 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
278 if [ "$MINGW" = "yes" ] ; then
353 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ]; then
407 # parallel mingw/darwin canadian cross builds to work properly on some
413 echo "Error while building mingw/darwin toolchain. See $TMPLOG"
519 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
531 if [ -n "$WITH_PYTHON" -a "$MINGW" = "yes" ] ; then
546 --mingw-w64-gcc=$GCC_FOR_STUB
587 if [ "$MINGW" = "yes" ] ; then
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 15 # cc if host can run windows binary (MINGW=yes) or darwin binary
21 MINGW := $(strip $(WIN32))
41 ifdef MINGW
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 43 # Cygwin and MinGW. LIBSTDCXX_LA_LINKER_FLAG is used to fix a Solaris bug.
71 # For windows systems (at least, mingw), we need to tell all our
77 if MINGW
79 endif MINGW
197 # For MinGW, we use also have to use libwindows Luckily, we need the
200 # each. We can also optimize the MinGW rule a bit by leaving out
204 if MINGW
206 src/windows/mingw.h \
241 # We also need to tell mingw that sysinfo.cc needs shlwapi.lib.
242 # (We do this via a #pragma for msvc, but need to do it here for mingw)
    [all...]
  /developers/build/
gradlew 40 MINGW* )
  /developers/build/prebuilts/androidtv/leanback/
gradlew 40 MINGW* )
  /developers/build/prebuilts/androidtv/visual-game-controller/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/ActivityInstrumentation/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/AdapterTransition/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/AgendaData/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/AppRestrictionSchema/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/AppRestrictions/
gradlew 40 MINGW* )
  /developers/build/prebuilts/gradle/AppUsageStatistics/
gradlew 40 MINGW* )

Completed in 305 milliseconds

1 2 3 4 5 6 7 8 91011>>