Searched +full:windows +full:- +full:vs2022 +full:- +full:x64 (Results 1 – 6 of 6) sorted by relevance
| /third_party/libsnd/.github/workflows/ |
| D | action.yml | 8 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/node/ |
| D | vcbuild.bat | 8 if /i "%1"=="--help" goto help 9 if /i "%1"=="-help" goto help 12 if /i "%1"=="-?" goto help 13 if /i "%1"=="--?" goto help 19 set NATIVE_SUITES=addons js-native-api node-api 24 @rem Same as the test-ci target in Makefile 30 set target_arch=x64 78 :next-arg 79 if "%1"=="" goto args-done 80 if /i "%1"=="debug" set config=Debug&goto arg-ok [all …]
|
| /third_party/gn/src/gn/ |
| D | visual_studio_writer.h | 2 // Use of this source code is governed by a BSD-style license that can be 33 Vs2022, // Visual Studio 2022 enumerator 38 // semicolon-separated list of label patterns used to limit the set of 41 // populate |err| and will return false. |win_sdk| is the Windows SDK version 72 // GUID-like string. 147 // Platform for solution configuration (Win32, x64). Some projects may be 160 // Semicolon-separated Windows SDK include directories. 166 // Windows 10 SDK version string (e.g. 10.0.14393.0)
|
| D | visual_studio_writer.cc | 2 // 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() 133 switch (target->output_type()) { in GetConfigurationType() 149 "Visual Studio doesn't support '" + target->label().name() + in GetConfigurationType() [all …]
|
| /third_party/curl/ |
| D | CHANGES | 13 - 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/ |
| D | reference.md | 3 *This page is automatically generated from* `gn help --markdown all`. 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… 122 * [data_deps: [label list] Non-linked dependencies.](#var_data_deps) [all …]
|