Home
last modified time | relevance | path

Searched full:mingw64 (Results 1 – 25 of 151) sorted by relevance

1234567

/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
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/
181 /mingw64/lib/libncurses.a /usr/x86_64-w64-mingw32/lib/
/third_party/skia/third_party/externals/harfbuzz/
DREADME.mingw.md15 - Fedora, 64bit: `dnf install mingw64-gcc-c++`
25 - Fedora, 64bit: `dnf install mingw64-glib2 mingw64-cairo mingw64-freetype`
/third_party/ninja/
Dappveyor.yml10 - MSYSTEM: MINGW64
18 MSYSTEM: MINGW64
24 - MSYSTEM: MINGW64
/third_party/lz4/
Dappveyor.yml5 PLATFORM: "mingw64"
29 SET "PATH_MINGW64=c:\msys64\mingw64\bin;c:\msys64\usr\bin" &&
38 - if [%PLATFORM%]==[mingw64] SET PATH=%PATH_MINGW64%;%PATH_ORIGINAL%
76 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw64] (
135 PLATFORM: "mingw64"
/third_party/rust/crates/bindgen/book/src/
Drequirements.md24 Alternatively, for Mingw64, you can install clang via
26 pacman -S mingw64/mingw-w64-x86_64-clang
/third_party/f2fs-tools/.github/workflows/
Dci.yml20 - linux-mingw64-gcc
36 - build: linux-mingw64-gcc
/third_party/icu/.ci-builds/
D.azure-pipelines.yml262 set MSYSTEM=MINGW64
266 set MSYSTEM=MINGW64
270 set MSYSTEM=MINGW64
272 …' && cd /d C:\tools\msys64\tmp\build-icu\bin && set PATH=C:\tools\msys64\mingw64\bin;%PATH% && icu…
/third_party/icu/icu4c/source/config/
Dmh-mingw644 ## Cygwin64/MinGW64 specific setup
188 GENCCODE_ASSEMBLY=-a gcc-mingw64
193 ## End Cygwin64/MinGW64 specific setup
Dmh-mingw10 # This file is similar to mh-mingw64
11 # Any changes made here may also need to be made in mh-mingw64
/third_party/skia/third_party/externals/icu/source/config/
Dmh-mingw644 ## Cygwin64/MinGW64 specific setup
188 GENCCODE_ASSEMBLY=-a gcc-mingw64
193 ## End Cygwin64/MinGW64 specific setup
Dmh-mingw10 # This file is similar to mh-mingw64
11 # Any changes made here may also need to be made in mh-mingw64
/third_party/libwebsockets/READMEs/
DREADME.build.md228 For Fedora, it's, eg, `dnf install mingw64-gcc`
236 For Fedora, it's `mingw64-openssl.noarch mingw64-openssl-static.noarch`
238 mingw64-cmake as described below will auto-find the libs and includes
245 For Fedora, they provide a `mingw64-cmake` wrapper in the package
246 `mingw64-filesystem`, with this you can run that instead of cmake directly
/third_party/openssl/
DBUILD.gn59 print("openssl selected mingw64")
60 openssl_selected_platform = "mingw64"
251 } else if (openssl_selected_platform == "mingw64") {
304 if (openssl_selected_platform == "mingw64") {
402 # linux-x86_64, mingw64
409 # linux-x86_64, mingw64
571 } else if (openssl_selected_platform == "mingw64") {
1578 } else if (openssl_selected_platform == "mingw64") {
1607 if (openssl_selected_platform == "mingw64") {
1633 if (openssl_selected_platform == "mingw64") {
[all …]
DNOTES-WINDOWS.md186 ./Configure mingw64 ...
205 ./Configure mingw64 --cross-compile-prefix=x86_64-w64-mingw32- ...
/third_party/libcoap/
DBUILDING190 Alternatively, in a MINGW64 window, add in the following packages
198 Then clone a copy of the github libcoap repository in a UCRT64 or MINGW64 window
/third_party/libwebsockets/
D.gitignore55 /build-mingw64/
/third_party/node/deps/openssl/openssl/Configurations/platform/
Dmingw.pm36 ($config{target} eq "mingw64"
/third_party/openssl/Configurations/platform/
Dmingw.pm36 ($config{target} eq "mingw64"
/third_party/protobuf/
Dappveyor.bat12 set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH:C:\Program Files\Git\usr\…
/third_party/libwebsockets/contrib/
Dcross-w64.cmake10 #set(CROSS_PATH /opt/mingw64)
/third_party/libexif/
D.appveyor.yml15 set "PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%" )
/third_party/rust/crates/lazy-static.rs/
Dappveyor.yml46 - if "%TARGET%" == "x86_64-pc-windows-gnu" set PATH=%PATH%;C:\msys64\mingw64\bin
/third_party/libxml2/
D.gitlab-ci.yml178 MINGW_PATH: mingw64
188 MINGW_PATH: mingw64
/third_party/node/deps/openssl/openssl/
DNOTES-WINDOWS.md186 ./Configure mingw64 ...
205 ./Configure mingw64 --cross-compile-prefix=x86_64-w64-mingw32- ...
/third_party/glfw/docs/
Dcompile.dox50 example, Cygwin has the `mingw64-i686-gcc` and `mingw64-x86_64-gcc` packages

1234567