Home
last modified time | relevance | path

Searched +full:dll +full:- +full:config (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd-src/contrib/libfido2/windows/
H A Drelease.ps11 # Copyright (c) 2021-2022 Yubico AB. All rights reserved.
2 # Use of this source code is governed by a BSD-style
4 # SPDX-License-Identifier: BSD-2-Clause
10 $Config = 'Release' variable
17 ./build.ps1 -Arch ${Arch} -Type ${Type} -Config ${Config}
23 New-Item -Type Directory `
24 "${OUTPUT}/pkg/${InstallPrefix}/${Config}/v${SDK}/${Type}"
28 Function Package-Headers() { in Package-Headers()
29 Copy-Item "${OUTPUT}\x64\dynamic\include" -Destination "${OUTPUT}\pkg" ` in Package-Headers()
30 -Recurse -ErrorAction Stop in Package-Headers()
[all …]
H A Dbuild.ps11 # Copyright (c) 2021-2022 Yubico AB. All rights reserved.
2 # Use of this source code is governed by a BSD-style
4 # SPDX-License-Identifier: BSD-2-Clause
9 [string]$SevenZPath = "C:\Program Files\7-Zip\7z.exe",
12 [string]$Config = "Release", variable
24 if ($LastExitCode -ne 0) { in ExitOnError()
30 Write-Host "Cloning ${REPO}..." in GitClone()
31 & $Git -c advice.detachedHead=false clone --quiet --depth=1 ` in GitClone()
32 --branch "${BRANCH}" "${REPO}" "${DIR}" in GitClone()
33 Write-Host "${REPO}'s ${BRANCH} HEAD is:" in GitClone()
[all …]
H A Dconst.ps11 # Copyright (c) 2021-2023 Yubico AB. All rights reserved.
2 # Use of this source code is governed by a BSD-style
4 # SPDX-License-Identifier: BSD-2-Clause
7 New-Variable -Name 'LIBRESSL_URL' `
8 -Value 'https://cloudflare.cdn.openbsd.org/pub/OpenBSD/LibreSSL' `
9 -Option Constant
10 New-Variable -Name 'LIBRESSL' -Value 'libressl-3.7.3' -Option Constant
11 New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
14 New-Variable -Name 'LIBCBOR' -Value 'libcbor-0.10.2' -Option Constant
15 New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.10.2' -Option Constant
[all …]
/freebsd-src/crypto/openssl/Configurations/platform/
H A Dmingw.pm18 sub dsoext { '.dll' }
23 sub shlibext { '.dll' }
24 sub shlibextimport { $target{shared_import_extension} || '.dll.a' }
26 sub makedepcmd { $disabled{makedepend} ? undef : $config{makedepcmd} }
28 (my $sover_filename = $config{shlib_version}) =~ s|\.|_|g;
33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
34 "-",
35 $_[0]->shlib_version_as_filename(),
36 ($config{target} eq "mingw64"
37 ? "-x64" : ""));
[all …]
H A DWindows.pm16 sub dsoext { '.dll' }
17 sub shlibext { '.dll' }
30 # Non-installed libraries are *always* static, and their names remain
32 my $in_libname = platform::BASE->staticname($_[1]);
34 if $unified_info{attributes}->{libraries}->{$_[1]}->{noinst};
38 return platform::BASE->staticname($_[1])
44 (my $sover_filename = $config{shlib_version}) =~ s|\.|_|g;
49 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
50 "-",
51 $_[0]->shlib_version_as_filename(),
[all …]
/freebsd-src/contrib/ncurses/
H A DMakefile.os23 # Copyright 1998-2000,2006 Free Software Foundation, Inc. #
41 # make -f Makefile.os2 config
42 # make -f Makefile.os2 CC=gcc HOSTCC=gcc CXX=gcc
48 # No rule to make target `lib/ncurses4.dll'
53 # make -f Makefile.os2 make.defs
58 # generate the EMX-specific configure script (see README.emx), and run the
61 # make -f Makefile.os2 make.dlls
73 # them --_nc_panel_hook, _nc_ada*, etc-- are needed outside ncurses.dll.
90 all :: config
95 CONFIG_OPTS = --enable-termcap
[all …]
/freebsd-src/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl4 ## {- join("\n## ", @autowarntext) -}
5 {-
9 our $sover_dirname = platform->shlib_version_as_filename();
12 my $install_flavour = $build_scheme->[$#$build_scheme]; # last element
14 $install_flavour eq "VC-WOW" ? "ProgramFiles(x86)"
17 $install_flavour eq "VC-WOW" ? "CommonProgramFiles(x86)"
36 -}
38 PLATFORM={- $config{target} -}
39 SRCDIR={- $config{sourcedir} -}
40 BLDDIR={- $config{builddir} -}
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-msm.txt1 * Qualcomm SDHCI controller (sdhci-msm)
4 and the properties used by the sdhci-msm driver.
7 - compatible: Should contain a SoC-specific string and a IP version string:
9 "qcom,sdhci-msm-v4" for sdcc versions less than 5.0
10 "qcom,sdhci-msm-v5" for sdcc version 5.0
13 string is added to support this change - "qcom,sdhci-msm-v5".
15 "qcom,apq8084-sdhci", "qcom,sdhci-msm-v4"
16 "qcom,msm8226-sdhci", "qcom,sdhci-msm-v4"
17 "qcom,msm8953-sdhci", "qcom,sdhci-msm-v4"
18 "qcom,msm8974-sdhci", "qcom,sdhci-msm-v4"
[all …]
H A Dsdhci-msm.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/sdhci-msm.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1 //===- Driver.cpp ---------
1428 Configuration *config = &ctx.config; linkerMain() local
[all...]
H A DDLL.cpp1 //===- DLL.cpp --------
[all...]
H A DDriver.h1 //===- Driver.h -------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "Config.h"
84 // config->machine has been set.
135 // -----+----------------+---------------------+------------------
136 // LINK | {value} | {value}.{.dll/.exe} | {output name}
137 // LIB | {value} | {value}.dll | {output name}.dll
175 // Windows specific -- "main" is not the only main function in Windows.
176 // You can choose one from these four -- {w,}{WinMain,main}.
H A DWriter.cpp1 //===- Writer.cpp ---------
1092 Configuration *config = &ctx.config; createMiscChunks() local
1172 std::string dll = StringRef(file->dllName).lower(); createImportTables() local
1495 Configuration *config = &ctx.config; assignAddresses() local
1564 Configuration *config = &ctx.config; writeHeader() local
1890 Configuration *config = &ctx.config; createGuardCFTables() local
2180 Configuration *config = &ctx.config; writeBuildId() local
[all...]
H A DChunks.cpp1 //===- Chunks.cpp ---------
[all...]
H A DConfig.h1 //===- Config.h --------
159 bool dll = false; global() member
[all...]
/freebsd-src/contrib/ldns/
H A Dmakewin.sh8 #configure="mingw32-configure"
9 #strip="i686-w64-mingw32-strip"
11 configure="mingw64-configure"
12 strip="x86_64-w64-mingw32-strip"
14 WINSSL="$HOME/Downloads/openssl-1.1.0h.tar.gz"
20 # the destination is a zipfile in the start directory ldns-a.b.c.zip
30 rm -rf "$cdir"
36 sed -e "s/$2/$3/g" < "$1".orig > "$1" && \
43 "-h")
48 echo " -h This usage information."
[all …]
/freebsd-src/sys/contrib/libsodium/contrib/
H A DFindsodium.cmake51 # import pkg-config
115 … string(REGEX REPLACE ".*ARCH_VALUE ([a-zA-Z0-9_]+).*" "\\1" _TARGET_ARCH "${_COMPILATION_LOG}")
125 string(APPEND _PLATFORM_PATH "/$$CONFIG$$")
128 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 60")
130 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 50")
140 string(REPLACE "$$CONFIG$$" "Debug" _DEBUG_PATH_SUFFIX "${_PLATFORM_PATH}")
141 string(REPLACE "$$CONFIG$$" "Release" _RELEASE_PATH_SUFFIX "${_PLATFORM_PATH}")
153 set(CMAKE_FIND_LIBRARY_SUFFIXES ".dll")
176 find_library(sodium_LIBRARY_DEBUG libsodium.dll.a
180 find_library(sodium_LIBRARY_RELEASE libsodium.dll.a
[all …]
/freebsd-src/sys/contrib/zstd/lib/
H A DREADME.md4 The __lib__ directory is split into several sub-directories,
10 …ventions](https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html#Makefile-Conventi…
12 - `make` : generates both static and dynamic libraries
13 - `make install` : install libraries and headers in target system directories
22 …by default the dynamic library is multithreaded and static library is single-threaded (for compati…
25 - set build macro `ZSTD_MULTITHREAD` (`-DZSTD_MULTITHREAD` for `gcc`)
26 - for POSIX systems : compile with pthread (`-pthread` compilation flag for `gcc`)
29 - Force enable multithreading on both dynamic and static libraries by appending `-mt` to the target…
30 - Force disable multithreading on both dynamic and static libraries by appending `-nomt` to the tar…
31 - By default, as mentioned before, dynamic library is multithreaded, and static library is single-t…
[all …]
/freebsd-src/contrib/expat/
H A DChanges14 !! - <blink>fixing a complex non-public security issue</blink>, !!
15 !! - teaming up on researching and fixing future security reports and !!
16 !! ClusterFuzz findings with few-days-max response times in communication !!
19 !! - implementing and auto-testing XML 1.0r5 support !!
21 !! - smart ideas on fixing the Autotools CMake files generation issue !!
23 !! - the Windows binaries topic (needs requirements engineering first), !!
24 !! - pushin
[all...]
/freebsd-src/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c6 * gcc -I../.. -shared -Wall -Werror -fpic -o helloworld.so helloworld.c
7 * And to build for windows, first make unbound with the --with-dynlibmod
9 * x86_64-w64-mingw32-gcc -m64 -I../.. -shared -Wall -Werror -fpic
10 * -o helloworld.dll helloworld.c -L../.. -l:libunbound.dll.a
11 * to cross-compile a 64-bit Windows DLL. The libunbound.dll.a is produced
12 * by the compile step that makes unbound.exe and allows the dynlib dll to
16 #include "../../config.h"
42 struct dynlibmod_env* de = (struct dynlibmod_env*) env->modinfo[id]; in init()
43 de->inplace_cb_register_wrapped(&reply_callback, in init()
46 struct dynlibmod_env* local_env = env->modinfo[id]; in init()
[all …]
/freebsd-src/sys/contrib/zstd/
H A Dappveyor.yml4 -
8 - release
9 - master
10 - /appveyor*/
11 - /visual*/
14 - COMPILER: "gcc"
17 SCRIPT: "make allzstd MOREFLAGS=-static"
20 - COMPILER: "gcc"
23 SCRIPT: "make allzstd MOREFLAGS=-static"
27 - COMPILER: "clang-cl"
[all …]
/freebsd-src/contrib/libpcap/
H A Dpcap-dll.rc1 #include "config.h"
20 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/"
22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture"
27 VALUE "OriginalFilename", PACKAGE_NAME ".dll"
/freebsd-src/contrib/ntp/libntp/lib/isc/win32/
H A Dstrerror.c20 #include <config.h>
102 (FORMAT_MESSAGE_MAX_WIDTH_MASK - 1), in FormatError()
121 --last; in FormatError()
129 --last; in FormatError()
239 msg = "Socket operation on non-socket"; in GetWSAErrorMessage()
433 msg = "The provider DLL signature did not verify " in GetCryptErrorMessage()
434 "correctly. Either the DLL or the digital " in GetCryptErrorMessage()
456 msg = "The provider DLL file does not exist or is not on the " in GetCryptErrorMessage()
478 msg = "The provider DLL file could not be loaded, and " in GetCryptErrorMessage()
480 "not a valid DLL."; in GetCryptErrorMessage()
[all …]
/freebsd-src/sys/contrib/libsodium/regen-msvc/
H A Dlibsodium.vcxproj.tpl1 <?xml version="1.0" encoding="utf-8"?>
4 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid>
59 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationT…
60 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</Configuration…
71 <None Include="..\..\..\..\packaging\nuget\package.config" />
/freebsd-src/crypto/openssl/
H A DREADME-FIPS.md7 cryptographic algorithms, see the [README-PROVIDERS](README-PROVIDERS.md) file
27 resp. `fips.dll` (on Windows). The FIPS provider does not get built and
29 the `enable-fips` option.
58 $ make install_fips # for `enable-fips` only
66 /usr/local/lib/ossl-modules/fips.so on Unix, and
67 C:\Program Files\OpenSSL\lib\ossl-modules\fips.dll on Windows.
72 - Runs the FIPS module self tests
73 - Generates the so-called FIPS module configuration file containing information
77 The FIPS module must have the self tests run, and the FIPS module config file
79 you must not copy the FIPS module config file output data from one machine to another.
[all …]

12345678