Home
last modified time | relevance | path

Searched full:mingw32 (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_build-mingw-patch.sh18 tar xf $i --strip-components=1 -C /usr/x86_64-w64-mingw32/
23 mkdir -p /usr/x86_64-w64-mingw32/bin
27 # The sed is used to replace `-IZ:/usr/x86_64-w64-mingw32/include`
28 # to `-I/usr/x86_64-w64-mingw32/include`
33 cat >/usr/x86_64-w64-mingw32/bin/pkg-config <<EOF
36 PKG_CONFIG_LIBDIR=/usr/x86_64-w64-mingw32/lib/pkgconfig:/usr/x86_64-w64-mingw32/share/pkgconfig pkg…
38 chmod +x /usr/x86_64-w64-mingw32/bin/pkg-config
40 cat >/usr/x86_64-w64-mingw32/bin/llvm-config <<EOF
44 chmod +x /usr/x86_64-w64-mingw32/bin/llvm-config
46 cat >/usr/x86_64-w64-mingw32/bin/clang <<EOF
[all …]
Dx86_build-mingw-source-deps.sh14 -Dprefix=/usr/x86_64-w64-mingw32/ \
15 --cross-file=$wd/.gitlab-ci/x86_64-w64-mingw32
33 -DCMAKE_INSTALL_PREFIX=/usr/x86_64-w64-mingw32/ \
52 -DCMAKE_INSTALL_PREFIX=/usr/x86_64-w64-mingw32/ \
81 -DCMAKE_INSTALL_PREFIX=/usr/x86_64-w64-mingw32/ \
86 -DLLVM_CONFIG="/usr/x86_64-w64-mingw32/bin/llvm-config" \
87 -DLLVM_CLANG="/usr/x86_64-w64-mingw32/bin/clang" \
88 -DLLVM_AS="/usr/x86_64-w64-mingw32/bin/llvm-as" \
89 -DLLVM_LINK="/usr/x86_64-w64-mingw32/bin/llvm-link" \
90 -DLLVM_OPT="/usr/x86_64-w64-mingw32/bin/opt" \
[all …]
Dx86_mingw-toolchain.cmake4 set(CMAKE_SYSROOT /usr/x86_64-w64-mingw32/)
5 set(ENV{PKG_CONFIG} /usr/x86_64-w64-mingw32/bin/pkg-config)
7 set(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc-posix)
8 set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++-posix)
/third_party/mesa3d/.gitlab-ci/
Dx86_64-w64-mingw322 c = ['ccache', 'x86_64-w64-mingw32-gcc-posix']
3 cpp = ['ccache', 'x86_64-w64-mingw32-g++-posix']
4 ar = 'x86_64-w64-mingw32-ar'
5 strip = 'x86_64-w64-mingw32-strip'
6 pkgconfig = '/usr/x86_64-w64-mingw32/bin/pkg-config'
7 llvm-config = '/usr/x86_64-w64-mingw32/bin/llvm-config'
8 windres = 'x86_64-w64-mingw32-windres'
13 sys_root = '/usr/x86_64-w64-mingw32/'
/third_party/glfw/CMake/
Di686-w64-mingw32.cmake4 SET(CMAKE_C_COMPILER "i686-w64-mingw32-gcc")
5 SET(CMAKE_CXX_COMPILER "i686-w64-mingw32-g++")
6 SET(CMAKE_RC_COMPILER "i686-w64-mingw32-windres")
7 SET(CMAKE_RANLIB "i686-w64-mingw32-ranlib")
10 SET(CMAKE_FIND_ROOT_PATH "/usr/i686-w64-mingw32")
Dx86_64-w64-mingw32.cmake4 SET(CMAKE_C_COMPILER "x86_64-w64-mingw32-gcc")
5 SET(CMAKE_CXX_COMPILER "x86_64-w64-mingw32-g++")
6 SET(CMAKE_RC_COMPILER "x86_64-w64-mingw32-windres")
7 SET(CMAKE_RANLIB "x86_64-w64-mingw32-ranlib")
10 SET(CMAKE_FIND_ROOT_PATH "/usr/x86_64-w64-mingw32")
Di686-pc-mingw32.cmake4 SET(CMAKE_C_COMPILER "i686-pc-mingw32-gcc")
5 SET(CMAKE_CXX_COMPILER "i686-pc-mingw32-g++")
6 SET(CMAKE_RC_COMPILER "i686-pc-mingw32-windres")
7 SET(CMAKE_RANLIB "i686-pc-mingw32-ranlib")
10 SET(CMAKE_FIND_ROOT_PATH "/opt/mingw/usr/i686-pc-mingw32")
/third_party/lz4/
Dappveyor.yml7 PLATFORM: "mingw32"
30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
37 - if [%PLATFORM%]==[mingw32] SET PATH=%PATH_MINGW32%;%PATH_ORIGINAL%
55 …make -C programs lz4 CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…
56 …make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-…
57 …make -C tests fuzzer CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…
58 …make -C lib lib CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-con…
80 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw32] (
146 PLATFORM: "mingw32"
/third_party/gptfdisk/
DREADME.Windows164 /mingw64/include/popt.h /usr/x86_64-w64-mingw32/include/
165 /mingw64/lib/libpopt.a /usr/x86_64-w64-mingw32/lib/
166 /mingw64/lib/libintl.a /usr/x86_64-w64-mingw32/lib/
167 /mingw64/lib/libiconv.a /usr/x86_64-w64-mingw32/lib/
169 For 32-bit binaries, change /mingw64 to /mingw32 on the Windows source and
170 x86_64-w64-mingw32 to i686-w64-mingw32 on the Linux destination.
177 /mingw64/include/ncursesw/curses.h /usr/x86_64-w64-mingw32/include/ncursesw/
178 /mingw64/include/ncursesw/ncurses.h /usr/x86_64-w64-mingw32/include/ncursesw/
179 /mingw64/include/ncursesw/ncurses_dll.h /usr/x86_64-w64-mingw32/include/ncursesw/
180 /mingw64/include/ncursesw/unctrl.h /usr/x86_64-w64-mingw32/include/ncursesw/
[all …]
DMakefile83 CXX=x86_64-w64-mingw32-g++
85 STRIP=x86_64-w64-mingw32-strip
103 CXX=i686-w64-mingw32-g++
105 STRIP=i686-w64-mingw32-strip
DMakefile.mingw641 CXX=x86_64-w64-mingw32-g++
2 STRIP=x86_64-w64-mingw32-strip
/third_party/libwebsockets/contrib/
Dcross-w32.cmake10 #set(CROSS_PATH /opt/mingw32)
13 set(CROSS_ROOT ${CROSS_PATH}/i686-w64-mingw32/sys-root/)
19 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-gcc")
20 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-g++")
21 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-windres")
Dcross-w64.cmake13 set(CROSS_ROOT ${CROSS_PATH}/x86_64-w64-mingw32/sys-root/)
20 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-gcc")
21 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-g++")
22 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-windres")
Dcross-ming.cmake16 set(CMAKE_C_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-gcc")
17 #set(CMAKE_CXX_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-g++")
18 set(CMAKE_RC_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-windres")
/third_party/curl/
DMakefile33 mingw32: target
37 mingw32-clean:
42 mingw32-vclean mingw32-distclean:
47 mingw32-examples%:
50 mingw32%:
/third_party/protobuf/protoc-artifacts/
Dbuild-protoc.sh11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc
12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc
16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
203 # Use mingw32 compilers because executables produced by Cygwin compiler
206 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32"
208 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=i686-pc-mingw32"
212 elif [[ "$(uname)" == MINGW32* ]]; then
239 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32"
241 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=i686-w64-mingw32"
/third_party/python/Lib/distutils/
Dcygwinccompiler.py5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as
19 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html
30 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html
31 # * mingw32 gcc 2.95.2/ld 2.9.4/dllwrap 0.2.4 works
145 # cygwin and mingw32 need different sets of libraries
274 """ Handles the Mingw32 port of the GNU C compiler to Windows.
276 compiler_type = 'mingw32'
289 # A real mingw32 doesn't need to specify a different entry point,
298 'Cygwin gcc cannot be used with --compiler=mingw32')
308 # dlls need another dll (mingwm10.dll see Mingw32 docs)
[all …]
/third_party/skia/third_party/externals/harfbuzz/
DREADME.mingw.md14 - Fedora, 32bit: `dnf install mingw32-gcc-c++`
24 - Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype`
/third_party/libexif/
DREADME-Win32.txt10 b) Use MinGW32
12 If you use MinGW32 (including MSYS) on Windows, building libexif should
22 Something neat to do is to use a MinGW32 cross compiler on a Unix
/third_party/skia/third_party/externals/freetype/builds/windows/
Ddetect.mk163 ifneq ($(findstring mingw32,$(MAKECMDGOALS)),) # mingw32
164 CONFIG_FILE := w32-mingw32.mk
167 .PHONY: mingw32
168 mingw32: setup
/third_party/protobuf/ruby/
DRakefile65 'x86-mingw32', 'x64-mingw32',
73 ['x86-mingw32', 'x64-mingw32', 'x86_64-linux', 'x86-linux'].each do |plat|
/third_party/libsnd/Scripts/
Dlinux-to-win-cross-configure.sh5 compiler_name=i686-w64-mingw32
8 compiler_name=x86_64-w64-mingw32
/third_party/curl/docs/
DINSTALL.md194 then run `mingw32-make mingw32` in the root dir. There are other
197 - `mingw32-make mingw32-zlib` to build with Zlib support;
198 - `mingw32-make mingw32-ssl-zlib` to build with SSL and Zlib enabled;
199 - `mingw32-make mingw32-ssh2-ssl-zlib` to build with SSH2, SSL, Zlib;
200 - `mingw32-make mingw32-ssh2-ssl-sspi-zlib` to build with SSH2, SSL, Zlib
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
DMakefile.mingw321 # Sample makefile for rpng-win / rpng2-win / wpng using mingw32-gcc and make.
13 # make -f Makefile.mingw32
18 # at all about the mingw32 installation tree (W32DIR). Edit as appropriate.
40 # change this to be the path where mingw32 installs its stuff:
/third_party/skia/third_party/externals/expat/expat/cmake/
Dmingw-toolchain.cmake32 set(CMAKE_C_COMPILER i686-w64-mingw32-gcc)
33 set(CMAKE_CXX_COMPILER i686-w64-mingw32-g++)

12345678