Home
last modified time | relevance | path

Searched full:vcvarsall (Results 1 – 25 of 56) sorted by relevance

123

/external/python/cpython3/PCbuild/
Dprepare_libffi.bat9 echo VCVARSALL must be set to location of vcvarsall.bat
73 if NOT DEFINED VCVARSALL (
74 …oft.VisualStudio.Component.VC.Tools.x86.x64') DO @(set VCVARSALL="%%i\VC\Auxiliary\Build\vcvarsall variable
76 if ^%VCVARSALL:~0,1% NEQ ^" SET VCVARSALL="%VCVARSALL%"
92 echo VCVARSALL : %VCVARSALL%
162 call %VCVARSALL% %VCVARS_PLATFORM%
Denv.bat17 …ft.VisualStudio.Component.VC.Tools.x86.x64') DO @(set VSTOOLS=%%i\VC\Auxiliary\Build\vcvarsall.bat)
27 call "%VSTOOLS%..\..\VC\vcvarsall.bat" %_ARGS%
/external/python/setuptools/setuptools/tests/
Dtest_msvc.py116 expected = os.path.join(user_preferred_setting, 'vcvarsall.bat')
138 expected = os.path.join(local_machine_setting, 'vcvarsall.bat')
165 expected = os.path.join(x64_preferred_setting, 'vcvarsall.bat')
176 vcvarsall = os.path.join(result, 'vcvarsall.bat')
177 with open(vcvarsall, 'w'):
/external/python/cpython3/Lib/distutils/
D_msvccompiler.py106 vcvarsall = os.path.join(best_dir, "vcvarsall.bat")
107 if not os.path.isfile(vcvarsall):
108 log.debug("%s cannot be found", vcvarsall)
111 return vcvarsall, None
120 vcvarsall, _ = _find_vcvarsall(plat_spec)
121 if not vcvarsall:
122 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
126 'cmd /u /c "{}" {} && set'.format(vcvarsall, plat_spec),
161 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the
217 # Get the vcvarsall.bat spec for the requested platform.
Dmsvc9compiler.py52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
218 """Find the vcvarsall.bat file
246 vcvarsall = os.path.join(productdir, "vcvarsall.bat")
247 if os.path.isfile(vcvarsall):
248 return vcvarsall
249 log.debug("Unable to find vcvarsall.bat")
253 """Launch vcvarsall.bat and read the settings from its environment
255 vcvarsall = find_vcvarsall(version)
259 if vcvarsall is None:
260 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
[all …]
/external/python/setuptools/setuptools/_distutils/
D_msvccompiler.py110 vcvarsall = os.path.join(best_dir, "vcvarsall.bat")
111 if not os.path.isfile(vcvarsall):
112 log.debug("%s cannot be found", vcvarsall)
115 return vcvarsall, None
124 vcvarsall, _ = _find_vcvarsall(plat_spec)
125 if not vcvarsall:
126 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
130 'cmd /u /c "{}" {} && set'.format(vcvarsall, plat_spec),
165 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the
221 # Get the vcvarsall.bat spec for the requested platform.
Dmsvc9compiler.py52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
218 """Find the vcvarsall.bat file
246 vcvarsall = os.path.join(productdir, "vcvarsall.bat")
247 if os.path.isfile(vcvarsall):
248 return vcvarsall
249 log.debug("Unable to find vcvarsall.bat")
253 """Launch vcvarsall.bat and read the settings from its environment
255 vcvarsall = find_vcvarsall(version)
259 if vcvarsall is None:
260 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
[all …]
/external/python/setuptools/setuptools/
Dmsvc.py75 Redirect the path of "vcvarsall.bat".
85 vcvarsall.bat path
101 vcvarsall = join(productdir, "vcvarsall.bat")
102 if isfile(vcvarsall):
103 return vcvarsall
113 Set environment without use of "vcvarsall.bat".
127 # Try to get environment from vcvarsall.bat (Classical way)
132 # Pass error if Vcvarsall.bat is missing
135 # Pass error if environment not set after executing vcvarsall.bat
250 vcvarsall = join(best_dir, "vcvarsall.bat")
[all …]
/external/python/cpython2/PCbuild/
Denv.bat16 rem before the one from v90 (vcvarsall.bat prepends to PATH).
17 call "%VS90COMNTOOLS%..\..\VC\vcvarsall.bat" %*
23 call "%VSTOOLS%..\..\VC\vcvarsall.bat" %*
/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py56 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
220 """Find the vcvarsall.bat file
257 vcvarsall = os.path.join(productdir, "vcvarsall.bat")
258 if os.path.isfile(vcvarsall):
259 return vcvarsall
260 log.debug("Unable to find vcvarsall.bat")
264 """Launch vcvarsall.bat and read the settings from its environment
266 vcvarsall = find_vcvarsall(version)
270 if vcvarsall is None:
271 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
[all …]
/external/conscrypt/release/
Dwindows.bat30 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.ba…
37 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.ba…
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dappveyor.yml6 - if "%platform%" == "x86" call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat"
8 - if "%platform%" == "x64" call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dnmake.yml38 … Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.…
46 … Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.…
/external/python/cryptography/.jenkins/
DJenkinsfile-OpenSSL-1.132 … call "C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\vcvarsall.bat" %BUILDARCHFLAG%
35 … call "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat" %BUILDARCHFLAG%
/external/libxkbcommon/.github/workflows/
Dmain.yml83 …:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
90 …:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
/external/llvm/utils/release/
Dbuild_llvm_package.bat51 call "%vcdir%/vcvarsall.bat" x86
75 call "%vcdir%/vcvarsall.bat" amd64
/external/conscrypt/
DBUILDING.md87 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.ba…
95 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.ba…
/external/python/cffi/testing/cffi0/
Dtest_ownlib.py151 vcvarsall = os.path.join(productdir, "vcvarsall.bat")
156 if os.path.isfile(vcvarsall):
157 cmd = '"%s" %s' % (vcvarsall, arch) + ' & cl.exe testownlib.c ' \
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/scripts/windows/
Dbuild.bat39 …call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.b…
42 call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat39 …call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.b…
42 call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat39 …call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.b…
42 call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
/external/curl/projects/
Dbuild-wolfssl.bat158 call "%PF%\%VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM%
160 call "%PF%\%VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM%
162 call "%PF%\%VC_PATH%\vcvarsall" %VCVARS_PLATFORM%
/external/python/cpython2/PC/VS9.0/
Denv.bat4 call "%VS90COMNTOOLS%..\..\VC\vcvarsall.bat" %*
/external/python/cpython2/PC/VS8.0/
Denv.bat5 call "%VS8%\VC\vcvarsall.bat" %1
/external/capstone/
D.appveyor.yml7 - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64

123