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

1 2

  /external/dbus/cmake/modules/
Win32Macros.cmake 14 # For mingw and nmake projects it's opens a command shell,
31 if (MINGW)
35 else (MINGW)
42 endif (MINGW)
  /external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.h 52 #if COMPILER(MSVC7_OR_LOWER) || COMPILER(MINGW) || OS(WINCE)
Alignment.h 26 #if COMPILER(GCC) || COMPILER(MINGW) || COMPILER(RVCT) || COMPILER(WINSCW)
AlwaysInline.h 24 #if COMPILER(GCC) && defined(NDEBUG) && !COMPILER(MINGW)
Atomics.h 83 #if COMPILER(MINGW) || COMPILER(MSVC7_OR_LOWER) || OS(WINCE)
CurrentTime.cpp 102 #if COMPILER(MINGW)
  /ndk/build/tools/
build-host-awk.sh 58 if [ "$MINGW" = "yes" ]; then
69 MINGW="$BUILD_MINGW"
prebuilt-common.sh 265 MINGW=no
266 do_mingw_option () { MINGW=yes; }
271 register_option "--mingw" do_mingw_option "Generate windows binaries on Linux."
545 # Now handle the --mingw flag
547 if [ "$MINGW" = "yes" ] ; then
552 echo "ERROR: Can only enable mingw on Linux platforms !"
603 # and the --mingw or --try-64 options are not used.
605 if [ "$HOST_OS" = "linux" -a -z "$CC" -a "$MINGW" != "yes" -a "$TRY64" != "yes" ]; then
678 # Now deal with mingw
679 if [ "$MINGW" = "yes" ]; the
    [all...]
build-host-make.sh 67 if [ "$MINGW" = "yes" ]; then
68 # Required for a proper mingw compile
build-host-toolbox.sh 100 MINGW=yes
build-ndk-stack.sh 74 if [ "$MINGW" = "yes" ]; then
build-gcc.sh 226 # parallel mingw builds to work properly on some multi-core machines
229 if [ "$MINGW" = "yes" ] ; then
230 dump "Parallel mingw build failed - continuing in single process mode!"
233 echo "Error while building mingw toolchain. See $TMPLOG"
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 13 MINGW := $(strip $(WIN32))
32 ifdef MINGW
  /external/llvm/lib/Support/
CMakeLists.txt 3 if( MINGW )
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 30 // Undef macros which are also defined in MinGW/include/winuser.h to aviod gcc redefinition warning
32 #if COMPILER(MINGW)
58 #endif // COMPILER(MINGW)
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 52 #if COMPILER(MINGW) && !COMPILER(MINGW64)
  /external/zlib/
configure 124 MINGW*|mingw*)
  /external/jpeg/
config.guess 483 i*:MINGW*:*)
  /external/llvm/projects/sample/autoconf/
config.guess 764 i*:MINGW*:*)
    [all...]
  /external/qemu-pc-bios/bochs/
config.guess 729 i*:MINGW*:*)
    [all...]
  /external/chromium/third_party/libevent/
config.guess 784 *:MINGW*:*)
    [all...]
  /external/dropbear/
config.guess 784 *:MINGW*:*)
    [all...]
  /external/elfutils/config/
config.guess 765 i*:MINGW*:*)
    [all...]
  /external/icu4c/
config.guess 784 *:MINGW*:*)
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
config.guess 781 i*:MINGW*:*)
    [all...]

Completed in 343 milliseconds

1 2