Searched full:mingw32 (Results 1 – 25 of 246) sorted by relevance
12345678910
| /third_party/protobuf/toolchain/ |
| D | BUILD.bazel | 134 "-isystem/usr/lib/gcc/i686-w64-mingw32/10-posix/include/c++", 135 "-isystem/usr/lib/gcc/i686-w64-mingw32/10-posix/include/c++/i686-w64-mingw32", 137 extra_include = "/usr/lib/gcc/i686-w64-mingw32", 139 "-L/usr/lib/gcc/i686-w64-mingw32/10-posix", 144 sysroot = "/usr/i686-w64-mingw32", 146 target_full_name = "i686-w64-mingw32", 152 "-isystem/usr/lib/gcc/x86_64-w64-mingw32/10-posix/include/c++/", 153 "-isystem/usr/lib/gcc/x86_64-w64-mingw32/10-posix/include/c++/x86_64-w64-mingw32", 155 extra_include = "/usr/lib/gcc/x86_64-w64-mingw32/10-posix/include", 157 "-L/usr/lib/gcc/x86_64-w64-mingw32/10-posix", [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/.ci/ |
| D | win32-cross-file.txt | 14 c = 'i686-w64-mingw32-gcc' 15 cpp = 'i686-w64-mingw32-g++' 16 ar = 'i686-w64-mingw32-ar' 17 ld = 'i686-w64-mingw32-ld' 18 objcopy = 'i686-w64-mingw32-objcopy' 19 strip = 'i686-w64-mingw32-strip' 20 windres = 'i686-w64-mingw32-windres'
|
| D | win64-cross-file.txt | 14 c = 'x86_64-w64-mingw32-gcc' 15 cpp = 'x86_64-w64-mingw32-g++' 16 ar = 'x86_64-w64-mingw32-ar' 17 ld = 'x86_64-w64-mingw32-ld' 18 objcopy = 'x86_64-w64-mingw32-objcopy' 19 strip = 'x86_64-w64-mingw32-strip' 20 windres = 'x86_64-w64-mingw32-windres'
|
| /third_party/ncurses/package/debian-mingw/ |
| D | mingw32-ncurses6.lintian-overrides | 1 mingw32-ncurses6: latest-debian-changelog-entry-changed-to-native 3 mingw32-ncurses6: non-standard-dir-in-usr 4 mingw32-ncurses6: file-in-unusual-dir 6 mingw32-ncurses6: binary-without-manpage 7 mingw32-ncurses6: executable-not-elf-or-script
|
| /third_party/glfw/CMake/ |
| D | i686-w64-mingw32.cmake | 4 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")
|
| D | i686-w64-mingw32-clang.cmake | 4 SET(CMAKE_C_COMPILER "i686-w64-mingw32-clang") 5 SET(CMAKE_CXX_COMPILER "i686-w64-mingw32-clang++") 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")
|
| D | x86_64-w64-mingw32-clang.cmake | 4 SET(CMAKE_C_COMPILER "x86_64-w64-mingw32-clang") 5 SET(CMAKE_CXX_COMPILER "x86_64-w64-mingw32-clang++") 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")
|
| D | x86_64-w64-mingw32.cmake | 4 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")
|
| /third_party/ncurses/test/package/ |
| D | mingw-ncurses-examples.spec | 8 Name: mingw32-ncurses6-examples 16 BuildRequires: mingw32-ncurses6 18 BuildRequires: mingw32-filesystem >= 95 19 BuildRequires: mingw32-gcc 20 BuildRequires: mingw32-binutils 31 %description -n mingw32-ncurses6-examples 32 Cross-compiling support for ncurses to mingw32. 102 %files -n mingw32-ncurses6-examples
|
| /third_party/libwebsockets/contrib/ |
| D | cross-w32.cmake | 10 #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")
|
| D | cross-w64.cmake | 13 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")
|
| D | cross-ming.cmake | 16 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/python/.cid/ |
| D | python_builder.py | 302 self.target_platform = "x86_64-w64-mingw32" 391 'CC': "/bin/x86_64-w64-mingw32-gcc", 392 'CXX': "/bin/x86_64-w64-mingw32-g++", 393 'WINDRES': "/bin/x86_64-w64-mingw32-windres", 394 'AR': "/bin/x86_64-w64-mingw32-ar", 395 'READELF': "/bin/x86_64-w64-mingw32-readelf", 396 'LD': "/bin/x86_64-w64-mingw32-ld", 397 'DLLTOOL': "/bin/x86_64-w64-mingw32-dlltool", 398 'RANLIB': "/bin/x86_64-w64-mingw32-gcc-ranlib", 399 'STRIP': "/bin/x86_64-w64-mingw32-strip", [all …]
|
| /third_party/ncurses/package/ |
| D | mingw-ncurses.spec | 4 Name: mingw32-ncurses6 12 BuildRequires: mingw32-filesystem >= 95 13 BuildRequires: mingw32-gcc 14 BuildRequires: mingw32-binutils 25 %description -n mingw32-ncurses6 26 Cross-compiling support for ncurses to mingw32. 131 %files -n mingw32-ncurses6
|
| /third_party/gptfdisk/ |
| D | README.Windows | 164 /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 …]
|
| /third_party/grpc/ |
| D | Rakefile | 32 'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt', 90 { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64-ucrt.ruby', platform: 'x64-mingw-ucrt' }, 91 { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64-msvcrt.ruby', platform: 'x64-mingw32' }, 92 { cross: 'i686-w64-mingw32', out: 'grpc_c.32-msvcrt.ruby', platform: 'x86-mingw32' } 109 env += 'SYSTEM=MINGW32 ' 159 supported_windows_platforms = ['x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt']
|
| /third_party/rust/rust/rust-build/ |
| D | config.toml | 64 cc = "x86_64-w64-mingw32-clang" 65 cxx = "x86_64-w64-mingw32-clang++" 66 linker = "x86_64-w64-mingw32-clang" 67 ar = "x86_64-w64-mingw32-ar"
|
| /third_party/skia/third_party/externals/harfbuzz/ |
| D | README.mingw.md | 14 - Fedora, 32bit: `dnf install mingw32-gcc-c++` 24 - Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype`
|
| /third_party/grpc/tools/internal_ci/helper_scripts/ |
| D | prepare_ccache_symlinks_rc | 36 "x86_64-w64-mingw32-gcc" 37 "x86_64-w64-mingw32-g++" 38 "i686-w64-mingw32-gcc" 39 "i686-w64-mingw32-g++"
|
| /third_party/python/Lib/distutils/ |
| D | cygwinccompiler.py | 5 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/lz4/ |
| D | appveyor.yml | 5 PLATFORM: "mingw32" 30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe && 35 - if [%PLATFORM%]==[mingw32] SET PATH=%PATH_MINGW32%;%PATH% 55 set CFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion" && 80 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw32] ( 140 PLATFORM: "mingw32"
|
| /third_party/libexif/ |
| D | README-Win32.txt | 10 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/ |
| D | detect.mk | 163 ifneq ($(findstring mingw32,$(MAKECMDGOALS)),) # mingw32 164 CONFIG_FILE := w32-mingw32.mk 167 .PHONY: mingw32 168 mingw32: setup
|
| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 85 - name: Install mingw32 environment 91 …atrix.config.arch }} -DBUILD_TESTING=ON -DCMAKE_TOOLCHAIN_FILE=cmake-toolchains/cross-mingw32.cmake 97 …`${{ matrix.config.arch }}-w64-mingw32-gcc -print-file-name=libgcc_s_${{ matrix.config.libgcc }}-1… 98 `${{ matrix.config.arch }}-w64-mingw32-gcc -print-file-name=libwinpthread-1.dll` \ 99 `${{ matrix.config.arch }}-w64-mingw32-gcc -print-file-name=libatomic-1.dll` \
|
| /third_party/skia/m133/third_party/externals/expat/expat/cmake/ |
| D | mingw-toolchain.cmake | 32 set(CMAKE_C_COMPILER i686-w64-mingw32-gcc) 33 set(CMAKE_CXX_COMPILER i686-w64-mingw32-g++) 34 set(CMAKE_RC_COMPILER i686-w64-mingw32-windres)
|
12345678910