Home
last modified time | relevance | path

Searched +full:msbuild +full:- +full:visual +full:- +full:studio (Results 1 – 25 of 102) sorted by relevance

12345

/external/python/cpython3/PCbuild/
Dfind_msbuild.bat2 @rem Searches for MSBuild.exe. This is the only tool we need to initiate
6 @rem the MSBUILD variable), so we do not use setlocal or echo, and avoid
14 @rem parse the next if statement - incorrect quoting in the multi-arg
19 @if exist "%*" (set MSBUILD="%*") & (set _Py_MSBuild_Source=environment) & goto :found variable
23 @if exist "%~1" (set MSBUILD="%~1") & (set _Py_MSBuild_Source=environment) & goto :found variable
26 @set MSBUILD= variable
28 @rem If msbuild.exe is on the PATH, assume that the user wants that one.
29 @where msbuild > "%TEMP%\msbuild.loc" 2> nul && set /P MSBUILD= < "%TEMP%\msbuild.loc" & del "%TEMP…
30 @if exist "%MSBUILD%" set MSBUILD="%MSBUILD%" & (set _Py_MSBuild_Source=PATH) & goto :found variable
33 @if not exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" goto :skip_vswhere
[all …]
/external/python/cpython2/PCbuild/
Dreadme.txt2 -----------------
4 1. Install Microsoft Visual Studio 2008, any edition.
5 2. Install Microsoft Visual Studio 2010, any edition, or Windows SDK 7.1
6 and any version of Microsoft Visual Studio newer than 2010.
8 get_externals.bat (build.bat -e) will download and use Python via
10 3. Run "build.bat -e" to build Python in 32-bit Release configuration.
11 4. (Optional, but recommended) Run the test suite with "rt.bat -q".
14 Building Python using MSVC 9.0 via MSBuild
15 ------------------------------------------
20 PlatformToolset project files for MSBuild, and MSBuild version 4.0 or later.
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/
Drun_build.bat6 :: - JDK8, and JAVA_HOME set.
7 :: - Microsoft Visual Studio 2015 Community Edition
8 :: - Msys2
9 :: - Anaconda3
10 :: - CMake
20 :: Import all bunch of variables Visual Studio needs.
21 CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
29 IF DEFINED SWIG_EXE (ECHO SWIG_EXE is set to %SWIG_EXE%) ELSE (SET SWIG_EXE="C:\swigwin-3.0.10\swig…
36 SET MSBUILD_EXE="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
38 :: Run cmake to create Visual Studio Project files.
[all …]
/external/libusb/
Dappveyor.yml3 - Visual Studio 2013
4 - Visual Studio 2015
5 - Visual Studio 2017
6 - Visual Studio 2019
7 - Visual Studio 2022
9 - Win32
10 - x64
12 - Debug
13 - Release
20 -
[all …]
/external/lz4/
Dappveyor.yml4 - COMPILER: "gcc"
6 - COMPILER: "gcc"
8 - COMPILER: "visual"
11 - COMPILER: "visual"
14 - COMPILER: "visual"
17 - COMPILER: "visual"
20 - COMPILER: "gcc"
24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
25 - MKDIR bin
26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/
Drun_build.bat6 :: - JDK8, and JAVA_HOME set.
7 :: - Microsoft Visual Studio 2015 Community Edition
8 :: - Msys2
9 :: - Anaconda3
10 :: - CMake
20 :: Import all bunch of variables Visual Studio needs.
21 CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
29 IF DEFINED SWIG_EXE (ECHO SWIG_EXE is set to %SWIG_EXE%) ELSE (SET SWIG_EXE="C:\swigwin-3.0.10\swig…
36 SET MSBUILD_EXE="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
38 :: Run cmake to create Visual Studio Project files.
[all …]
/external/python/cpython3/.azure-pipelines/
Dfind-tools.yml4 - template: windows-release/find-sdk.yml
8 - powershell: |
9 $vcvarsall = (& "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" `
10 -prerelease `
11 -latest `
12 -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
13 -find VC\Auxiliary\Build\vcvarsall.bat)
14 Write-Host "Found vcvarsall at $vcvarsall"
15 Write-Host "##vso[task.setVariable variable=vcvarsall]$vcvarsall"
18 - powershell: |
[all …]
/external/tcpdump/
D.appveyor.yml7 - coverity_scan
13 - appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
14 - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
15 - appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.12.zip
16 - 7z x .\npcap-sdk-1.12.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.12
20 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
21 GENERATOR: "Visual Studio 14 2015"
23 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
24 GENERATOR: "Visual Studio 14 2015 Win64"
26 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152021/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06212021/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02212022/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02082022/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02042022/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01252022/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06242021/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01242022/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01122022/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01072022/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-x64_arm64_windows",
56 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
57 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
58 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
59 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
[all …]
/external/expat/expat/win32/
DREADME.txt3 using MS Visual Studio .NET or Cygwin.
8 * MS Visual Studio 2013, 2015 and 2017:
9 Use CMake to generate a solution file for Visual Studio, then use msbuild
14 cmake -G"Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
15 msbuild /m expat.sln
26 dlltool -d expat.def -l libexpat.a
27 dlltool -d expatw.def -l libexpatw.a
34 single threaded or multithreaded run-time library,
35 or using the multi-threaded run-time Dll. That is,
42 with the multi-threaded run-time library.
[all …]
/external/mbedtls/scripts/
Dwindows_msbuild.bat1 @rem Build and test Mbed TLS with Visual Studio using msbuild.
3 @rem RETARGET: version of Visual Studio to emulate
4 …rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-
6 @rem These parameters are hard-coded for now.
9 set "vcvarsall=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vc…
20 msbuild /t:Rebuild /p:Configuration=%cfg%%retarget% /m mbedTLS.sln
/external/openthread/third_party/mbedtls/repo/scripts/
Dwindows_msbuild.bat1 @rem Build and test Mbed TLS with Visual Studio using msbuild.
3 @rem RETARGET: version of Visual Studio to emulate
4 …rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-
6 @rem These parameters are hard-coded for now.
9 set "vcvarsall=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vc…
20 msbuild /t:Rebuild /p:Configuration=%cfg%%retarget% /m mbedTLS.sln
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152022/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-arm64_windows",
56 "arm64_windows|msvc-cl": ":cc-compiler-arm64_windows",
57 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
58 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
59 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
[all …]
/external/OpenCL-Headers/.github/workflows/
Dwindows.yml5 paths-ignore:
6 - '**/*.md'
8 paths-ignore:
9 - '**/*.md'
13 runs-on: windows-latest
18 GEN: [Visual Studio 17 2022]
22 - VER: v141
24 GEN: Ninja Multi-Config
28 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
30 VS_ROOT: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise'
[all …]
/external/OpenCL-CLHPP/.github/workflows/
Dwindows.yml7 runs-on: windows-2022
12 GEN: [Visual Studio 17 2022, Ninja Multi-Config]
17 …ub.com/Kitware/CMake/releases/download/v${{matrix.CMAKE}}/cmake-${{matrix.CMAKE}}-windows-x86_64.z…
20 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
24 - name: Checkout OpenCL-CLHPP
29 - name: Checkout OpenCL-Headers
32 repository: KhronosGroup/OpenCL-Headers
33 path: external/OpenCL-Headers
35 - name: Checkout OpenCL-ICD-Loader
38 repository: KhronosGroup/OpenCL-ICD-Loader
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_04112022/
DBUILD7 # http://www.apache.org/licenses/LICENSE-2.0
51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows",
54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows",
55 "x64_arm64_windows|msvc-cl": ":cc-compiler-arm64_windows",
56 "arm64_windows|msvc-cl": ":cc-compiler-arm64_windows",
57 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
58 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
59 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl",
[all …]

12345