Home
last modified time | relevance | path

Searched +full:- +full:dwinapi_family (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/
Dwinarm.mk4 # make -f winarm.mk
8 CCFLAGS=/Ox /nologo /Iinclude /DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP
/external/freetype/
D.gitlab-ci.yml4 - build
6 # FIXME: Use --werror once warnings are fixed.
8 MESON_ARGS: --fatal-meson-warnings --default-library=both
9 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
14 image: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-07-29.3-main"
17 - 'docker'
18 - 'windows'
19 - '2022'
20 - 'gstreamer-windows'
24 # https://gitlab.freedesktop.org/freetype/docker-images/container_registry/20896
[all …]
/external/curl/.github/workflows/
Dwindows.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/webp/
DMakefile.vc20 !ERROR Unable to auto-detect toolchain architecture! \
46 CFLAGS = $(CFLAGS) /DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP /DWEBP_USE_THREAD
67 CFLAGS = $(CFLAGS) /GS- /arch:IA32
91 !IF "$(CFG)" == "release-static"
94 !ELSE IF "$(CFG)" == "debug-static"
103 !ELSE IF "$(CFG)" == "release-dynamic"
107 !ELSE IF "$(CFG)" == "debug-dynamic"
150 !MESSAGE - release-static - release static library
151 !MESSAGE - debug-static - debug static library
152 !MESSAGE - release-dynamic - release dynamic link library (DLL)
[all …]