OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINGW
(Results
1 - 25
of
39
) 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-ndk-stack.sh
62
# Note that --
mingw
implies we use the mingw32 cross-compiler.
64
if [ "$
MINGW
" = "yes" ]; then
84
if [ "$
MINGW
" = "yes" ]; then
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
546
if [ "$
MINGW
" = "yes" ] ; then
551
echo "ERROR: Can only enable
mingw
on Linux platforms !"
602
# and the --
mingw
or --try-64 options are not used.
604
if [ "$HOST_OS" = "linux" -a -z "$CC" -a "$
MINGW
" != "yes" -a "$TRY64" != "yes" ]; then
676
# Now deal with
mingw
677
if [ "$
MINGW
" = "yes" ]; the
[
all
...]
rebuild-all-prebuilt.sh
90
# Needed to set HOST_TAG to windows if --
mingw
is used.
142
if [ "$
MINGW
" = "yes" ] ; then
143
FLAGS="$FLAGS --
mingw
"
242
if [ "$
MINGW
" = yes ]; then
243
NDK_STACK_FLAGS=$NDK_STACK_FLAGS" --
mingw
"
277
if [ "$
MINGW
" = yes ] ; then
278
dump "Skipping gdbserver build (--
mingw
option being used)."
306
# scripts cannot build them with --
mingw
option.
321
if [ "$
MINGW
" != "yes" ] ; then
336
if [ "$
MINGW
" != "yes" ]; the
[
all
...]
build-gcc.sh
216
# parallel
mingw
builds to work properly on some multi-core machines
219
if [ "$
MINGW
" = "yes" ] ; then
220
dump "Parallel
mingw
build failed - continuing in single process mode!"
223
echo "Error while building
mingw
toolchain. See $TMPLOG"
/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
...]
/external/bison/build-aux/
config.guess
772
i*:
MINGW
*:*)
[
all
...]
/external/chromium/sdch/open-vcdiff/
config.guess
784
*:
MINGW
*:*)
[
all
...]
/external/e2fsprogs/config/
config.guess
800
*:
MINGW
*:*)
[
all
...]
/external/expat/conftools/
config.guess
783
i*:
MINGW
*:*)
[
all
...]
Completed in 565 milliseconds
1
2