Home
last modified time | relevance | path

Searched +full:windows +full:- +full:vs2022 +full:- +full:x64 +full:- +full:shared (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/.github/workflows/
Daction.yml8 fail-fast: false
11 ubuntu-gcc-autotools,
12 ubuntu-clang-autotools,
13 ubuntu-gcc-ossfuzz,
14 macos-autotools,
15 ubuntu-gcc-cmake,
16 ubuntu-gcc-cmake-shared,
17 ubuntu-clang-cmake,
18 ubuntu-clang-cmake-shared,
19 macos-cmake,
[all …]
/third_party/gn/src/gn/
Dvisual_studio_writer.cc2 // Use of this source code is governed by a BSD-style license that can be
88 const char kWindowsKitsVersion[] = "10"; // Windows 10 SDK
89 const char kWindowsKitsDefaultVersion[] = "10"; // Windows 10 SDK
91 const char kGuidTypeProject[] = "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}";
92 const char kGuidTypeFolder[] = "{2150E333-8FDC-42A3-9474-1A3956D46DE8}";
107 u"SOFTWARE\\Microsoft\\Windows Kits\\Installed Roots", in GetWindowsKitsIncludeDirs()
108 u"SOFTWARE\\Wow6432Node\\Microsoft\\Windows Kits\\Installed Roots"}; in GetWindowsKitsIncludeDirs()
124 kits_path = std::string("C:\\Program Files (x86)\\Windows Kits\\") + in GetWindowsKitsIncludeDirs()
129 return kit_prefix + "shared;" + kit_prefix + "um;" + kit_prefix + "winrt;"; in GetWindowsKitsIncludeDirs()
133 switch (target->output_type()) { in GetConfigurationType()
[all …]
/third_party/curl/
DCHANGES13 - RELEASE-NOTES: synced
17 - THANKS: new contributors from 8.5.0
21 - cd2nroff: use perl 'strict' and 'warnings'
23 - Use strict and warnings pragmas.
25 - If open() fails then show the reason.
27 - Set STDIN io layer :crlf so that input is properly read on Windows.
29 - When STDIN is used as input, the filename $f is now set to "STDIN".
38 - cd2nroff: fix duplicate output issue
40 Assisted-by: Jay Satiro
41 Fixes https://github.com/curl/curl-www/issues/321
[all …]
/third_party/gn/docs/
Dreference.md3 *This page is automatically generated from* `gn help --markdown all`.
34 * [shared_library: Declare a shared library target.](#func_shared_library)
65 * [split_list: Splits a list into N different sub-lists.](#func_split_list)
73 * [Built-in predefined variables](#predefined_variables)
92 * [aliased_deps: [scope] Set of crate-dependency pairs.](#var_aliased_deps)
99 * [bridge_header: [string] Path to C/Objective-C compatibility header.](#var_bridge_header)
111 …* [code_signing_args: [string list] [deprecated] Args for the post-processing script.](#var_code…
112 …* [code_signing_outputs: [file list] [deprecated] Outputs of the post-processing step.](#var_cod…
113 …* [code_signing_script: [file name] [deprecated] Script for the post-processing step.](#var_code…
114 …* [code_signing_sources: [file list] [deprecated] Sources for the post-processing step.](#var_co…
[all …]