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

1 2 3 4

  /ndk/build/tools/
build-host-awk.sh 58 if [ "$MINGW" = "yes" ]; then
83 MINGW="$BUILD_MINGW" \
prebuilt-common.sh 292 MINGW=no
297 echo "Can not have both --mingw and --darwin"
300 MINGW=yes;
304 if [ "$MINGW" = "yes" ]; then
305 echo "Can not have both --mingw and --darwin"
314 register_option "--mingw" do_mingw_option "Generate windows binaries on Linux."
622 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
627 echo "ERROR: Can only enable --mingw or --darwin on Linux platforms !"
631 if [ "$MINGW" = "yes" ] ; then
656 # 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 214 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
275 if [ "$MINGW" = "yes" ] ; then
381 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
383 # parallel mingw/darwin canadian cross builds to work properly on some
388 echo "Error while building mingw/darwin toolchain. See $TMPLOG"
412 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
424 if [ "$MINGW" = "yes" ] ; then
439 --mingw-w64-gcc=$GCC_FOR_STUB
build-llvm.sh 49 register_var_option "--wine=<path>" WINE "WINE needed to run llvm-config.exe for building mclinker with --mingw"
137 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
159 if [ "$DARWIN" = "yes" -o "$MINGW" = "yes" ]; then
259 if [ "$CHECK" = "yes" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
283 if [ "$MINGW" = "yes" ] ; then
328 if [ "$CHECK" = "yes" -a "$MINGW" != "yes" -a "$DARWIN" != "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/templates/create/
gradlew 40 MINGW* )
  /developers/samples/android/background/alarms/RepeatingAlarm/
gradlew 40 MINGW* )
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
gradlew 40 MINGW* )
  /developers/samples/android/connectivity/network/BasicNetworking/
gradlew 40 MINGW* )
  /developers/samples/android/connectivity/network/NetworkConnect/
gradlew 40 MINGW* )
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
gradlew 40 MINGW* )
  /developers/samples/android/content/contacts/BasicContactables/
gradlew 40 MINGW* )
  /developers/samples/android/content/documentsUi/StorageClient/
gradlew 40 MINGW* )
  /developers/samples/android/content/documentsUi/StorageProvider/
gradlew 40 MINGW* )
  /developers/samples/android/content/multiuser/AppRestrictions/
gradlew 40 MINGW* )
  /developers/samples/android/input/gestures/BasicGestureDetect/
gradlew 40 MINGW* )
  /developers/samples/android/input/multitouch/BasicMultitouch/
gradlew 40 MINGW* )
  /developers/samples/android/media/BasicMediaDecoder/
gradlew 40 MINGW* )
  /developers/samples/android/media/BasicMediaRouter/
gradlew 40 MINGW* )
  /developers/samples/android/media/MediaRecorder/
gradlew 40 MINGW* )

Completed in 391 milliseconds

1 2 3 4