Home
last modified time | relevance | path

Searched +full:cross +full:- +full:mingw32 (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/libwebsockets/contrib/
Dcross-w32.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w32.cmake -DLWS_WITH_SSL=0
9 # the outermost path to your cross toolchain
10 #set(CROSS_PATH /opt/mingw32)
12 # your cross root
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")
25 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
27 # our desire for cross-build release optimization policy for code built to run
[all …]
Dcross-w64.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w64.cmake
9 # the outermost path to your cross toolchain
12 # your cross root
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")
23 set(CMAKE_C_FLAGS "-Wno-error")
27 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
29 # our desire for cross-build release optimization policy for code built to run
[all …]
Dcross-ming.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../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")
19 set(CMAKE_C_FLAGS "-Wno-error")
23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
25 # our desire for cross-build release optimization policy for code built to run
29 # sane value for cross-build here. Notice some gcc versions enable broken
30 # optimizations with -O3.
33 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2")
[all …]
/third_party/ncurses/test/package/
Dmingw-ncurses-examples.spec1 Summary: ncurses-examples - example/test programs from ncurses
4 %global AppProgram ncurses-examples
7 # $Id: mingw-ncurses-examples.spec,v 1.11 2023/02/25 23:10:34 tom Exp $
8 Name: mingw32-ncurses6-examples
13 URL: https://invisible-island.net/ncurses/%{AppProgram}.html
14 Source: https://invisible-island.net/archives/%{AppProgram}/%{AppProgram}-%{release}.tgz
16 BuildRequires: mingw32-ncurses6
18 BuildRequires: mingw32-filesystem >= 95
19 BuildRequires: mingw32-gcc
20 BuildRequires: mingw32-binutils
[all …]
/third_party/grpc/
DRakefile1 # -*- ruby -*-
15 task.options = ['-c', 'src/ruby/.rubocop.yml']
32 'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt',
33 'x86_64-linux', 'x86-linux', 'aarch64-linux',
34 'x86_64-darwin', 'arm64-darwin',
41 … spec.files += %w( etc/roots.pem grpc_c.32-msvcrt.ruby grpc_c.64-msvcrt.ruby grpc_c.64-ucrt.ruby )
45 CLEAN.add "src/ruby/lib/grpc/[0-9].[0-9]", "src/ruby/lib/grpc/grpc_c.{bundle,so}"
73 t.rspec_opts = "--tag #{suite[:tag]}" if suite[:tag]
75 t.rspec_opts = suite[:tags].map { |x| "--tag #{x}" }.join(' ')
90 { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64-ucrt.ruby', platform: 'x64-mingw-ucrt' },
[all …]
/third_party/ncurses/package/
Dmingw-ncurses.spec4 Name: mingw32-ncurses6
9 URL: https://invisible-island.net/ncurses/
10 Source: https://invisible-island.net/archives/ncurses/ncurses-%{version}-%{release}.tgz
12 BuildRequires: mingw32-filesystem >= 95
13 BuildRequires: mingw32-gcc
14 BuildRequires: mingw32-binutils
16 BuildRequires: mingw64-filesystem >= 95
17 BuildRequires: mingw64-gcc
18 BuildRequires: mingw64-binutils
22 %define CC_NORMAL -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion
[all …]
/third_party/glfw/CMake/
Di686-w64-mingw32.cmake1 # Define the environment for cross-compiling with 32-bit MinGW-w64 GCC
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")
Di686-w64-mingw32-clang.cmake1 # Define the environment for cross-compiling with 32-bit MinGW-w64 Clang
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")
Dx86_64-w64-mingw32-clang.cmake1 # Define the environment for cross-compiling with 64-bit MinGW-w64 Clang
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")
Dx86_64-w64-mingw32.cmake1 # Define the environment for cross-compiling with 64-bit MinGW-w64 GCC
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/libexif/
DREADME-Win32.txt3 * the binary DLL in the subdirectory binary-dist/bin/
4 * the include files in the subdirectory binary-dist/include/
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
25 ./configure --host=i586-mingw32msvc --disable-nls
30 then add the --enable-ship-binaries option to the ./configure command line.
/third_party/mesa3d/docs/
Dmeson.rst5 ---------------
16 <https://mesonbuild.com/Getting-meson.html>`__ to install the
22 Unix-like OSes
28 .. code-block:: sh
30 sudo apt-get install meson # Ubuntu
34 .. code-block:: sh
41 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
42 already installed, use apt-get or dnf to install the *ninja-build*
49 On Debian, Ubuntu and similar, ``sudo apt-get build-dep mesa`` installs
54 All these dependencies are for latest linux distros and is tested on ubuntu-24 only for now.
[all …]
/third_party/gptfdisk/
DREADME.Windows6 Most versions of Windows cannot boot from a GPT disk on BIOS-based
12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may
13 find recovery to be very difficult! Pre-installed Windows 8 and later
15 self-installed Windows 8 systems sometimes use BIOS mode. This caveat does
23 the software. I originally wrote GPT fdisk on Linux, and some Linux- and
24 Unix-centric language remains in the documentation.
27 -----------------
31 text-mode program file as well as the sgdisk program that's available
34 Beginning with version 0.8.10, I'm distributing both 32-bit and 64-bit
35 binaries, which include the strings "32" or "64" in their names. The 32-bit
[all …]
DMakefile12 # Builds for host OS by default; pass TARGET={target_os} to cross-compile,
14 # Appropriate cross-compiler support must be installed, of course, and build
20 DETECTED_OS := $(shell uname -s)
31 else ifeq ($(DETECTED_OS),MINGW64_NT-10.0-19042)
32 # Works for my MSYS2 installation, but seems awfully version-specific
51 ARCH=$(shell uname -m)
68 #CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16
69 CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64
71 LDLIBS+=-luuid #-licuio -licuuc
74 SGDISK_LDLIBS=-lpopt
[all …]
/third_party/protobuf/ruby/
DRakefile7 spec = Gem::Specification.load("google-protobuf.gemspec")
49 elsif system('../bazel-bin/protoc --version')
50 protoc_command = '../bazel-bin/protoc'
65 sh "#{protoc_command} -I../src --ruby_out=lib #{input_file}"
73 sh "#{protoc_command} -I../src -I./tests --ruby_out=tests #{proto_file}"
81 # We need utf8_range in-tree.
94 system("mvn --batch-mode clean")
98 system("mvn --batch-mode package")
110 # cross-compilation is contained in the "ext.cross_platform" array.
117 'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt',
[all …]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
DMakefile.mingw321 # Sample makefile for rpng-win / rpng2-win / wpng using mingw32-gcc and make.
11 # Invoke this makefile from a DOS-prompt window via:
13 # make -f Makefile.mingw32
18 # at all about the mingw32 installation tree (W32DIR). Edit as appropriate.
26 # macros --------------------------------------------------------------------
28 #PNGDIR = ../..# for libpng-x.y.z/contrib/gregbook builds
29 PNGDIR = ../libpng-win32
30 PNGINC = -I$(PNGDIR)
34 #ZDIR = ../../../zlib-win32# for libpng-x.y.z/contrib/gregbook builds
35 ZDIR = ../zlib-win32
[all …]
/third_party/skia/m133/third_party/externals/libpng/contrib/gregbook/
DMakefile.mingw321 # Sample makefile for rpng-win / rpng2-win / wpng using mingw32-gcc and make.
11 # Invoke this makefile from a DOS-prompt window via:
13 # make -f Makefile.mingw32
18 # at all about the mingw32 installation tree (W32DIR). Edit as appropriate.
26 # macros --------------------------------------------------------------------
28 #PNGDIR = ../..# for libpng-x.y.z/contrib/gregbook builds
29 PNGDIR = ../libpng-win32
30 PNGINC = -I$(PNGDIR)
34 #ZDIR = ../../../zlib-win32# for libpng-x.y.z/contrib/gregbook builds
35 ZDIR = ../zlib-win32
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/.ci/
Dbuild-win32.sh2 set -e
4 meson --cross-file=.ci/win32-cross-file.txt \
5 --wrap-mode=default \
6 -Dtests=disabled \
7 -Dcairo=enabled \
8 -Dcairo:fontconfig=disabled \
9 -Dcairo:freetype=disabled \
10 -Dcairo:dwrite=disabled \
11 -Dcairo:tests=disabled \
12 -Dglib=enabled \
[all …]
Dbuild-win64.sh2 set -e
4 meson --cross-file=.ci/win64-cross-file.txt \
5 --wrap-mode=default \
6 -Dtests=disabled \
7 -Dcairo=enabled \
8 -Dcairo:fontconfig=disabled \
9 -Dcairo:freetype=disabled \
10 -Dcairo:dwrite=disabled \
11 -Dcairo:tests=disabled \
12 -Dglib=enabled \
[all …]
/third_party/libuv/.github/workflows/
DCI-win.yml1 name: CI-win
6 - '**'
7 - '!docs/**'
8 - '!src/unix/**'
9 - '!.**'
10 - '.github/workflows/CI-win.yml'
13 - v[0-9].*
14 - master
17 build-windows:
18 runs-on: windows-${{ matrix.config.server }}
[all …]
/third_party/cares/
DINSTALL.md13 Lots of people download binary distributions of c-ares. This document
14 does not describe how to install c-ares using such a binary package.
15 This document describes how to compile, build and install c-ares from
22 release tarball, see the [GIT-INFO](GIT-INFO) file in the root directory
45 [GIT-INFO](GIT-INFO) on how to proceed.
49 ./configure --help
51 If you want to install c-ares in a different file hierarchy than /usr/local,
54 ./configure --prefix=/path/to/c-ares/tree
60 ./configure --prefix=$HOME
76 ./configure --disable-shared
[all …]
/third_party/ffmpeg/doc/
Dplatform.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
13 @chapter Unix-like
21 $(gcc -print-prog-name=as) --version
25 hard-coded path to gas. In the worst case pass @code{--disable-asm}
32 @code{--enable-pic} during FFmpeg configure) and add the following option
36 -Wl,-Bsymbolic
40 pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}.
50 standard Solaris Make will not work. When building with a non-c99 front-end
51 (gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o}
[all …]
/third_party/ncurses/test/package/debian-mingw/
Drules1 #!/usr/bin/make -f
9 # These are used for cross-compiling and for saving the configure script
11 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
14 CC_NORMAL = -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion
15 …$(CC_NORMAL) -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wnested-exter…
17 NCURSES_PKG = ncurses-examples
19 TARGET = i686-w64-mingw32
22 MINGW_TMP = $(CURDIR)/debian/mingw32-ncurses-examples
27 CFLAGS += -O0
[all …]
/third_party/grpc/templates/
DMakefile.template2 --- |
16 # http://www.apache.org/licenses/LICENSE-2.0
137 for dep in set(grpc_lib.transitive_deps) - set(sys_libs):
157 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)
160 SYSTEM = MINGW32
163 SYSTEM = MINGW32
234 # https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
235 # https://www.gnu.org/software/make/manual/html_node/Flavors.html#index-_003f_003d
236 # https://www.gnu.org/software/make/manual/html_node/Origin-Function.html
252 STRIP ?= strip --strip-unneeded
[all …]
/third_party/openssl/
DNOTES-WINDOWS.md4 - [Native builds using Visual C++](#native-builds-using-visual-c++)
5 - [Native builds using Embarcadero C++Builder](
6 #native-builds-using-embarcadero-c++-builder)
7 - [Native builds using MinGW](#native-builds-using-mingw)
8 - [Linking native applications](#linking-native-applications)
9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin)
20 MinGW cross compiler
21 run on the GNU-like development environment MSYS2
31 The native builds using Visual C++ have a `VC-*` prefix.
34 -------------------
[all …]

12345