HomeSort by relevance Sort by last modified time
    Searched refs:vcvarsall (Results 1 - 16 of 16) sorted by null

  /external/python/cpython2/PC/VS8.0/
env.bat 5 call "%VS8%\VC\vcvarsall.bat" %1
  /external/python/cpython2/PCbuild/
env.bat 16 rem before the one from v90 (vcvarsall.bat prepends to PATH).
17 call "%VS90COMNTOOLS%..\..\VC\vcvarsall.bat" %*
23 call "%VSTOOLS%..\..\VC\vcvarsall.bat" %*
  /external/conscrypt/release/
windows.bat 30 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
37 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
  /external/python/cpython3/PCbuild/
env.bat 16 call "%VSTOOLS%..\..\VC\vcvarsall.bat" %*
  /external/deqp-deps/SPIRV-Tools/kokoro/scripts/windows/
build.bat 37 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
40 call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
43 call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
build.bat 37 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
40 call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
43 call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64
  /external/google-fruit/extras/scripts/
postsubmit.bat 15 CALL "%VCVARSALL_DIR%\vcvarsall.bat" amd64
  /external/python/setuptools/setuptools/tests/
test_msvc.py 115 expected = os.path.join(user_preferred_setting, 'vcvarsall.bat')
137 expected = os.path.join(local_machine_setting, 'vcvarsall.bat')
164 expected = os.path.join(x64_preferred_setting, 'vcvarsall.bat')
175 vcvarsall = os.path.join(result, 'vcvarsall.bat')
176 with open(vcvarsall, 'w'):
  /external/python/cpython3/Lib/distutils/
_msvccompiler.py 115 vcvarsall = os.path.join(best_dir, "vcvarsall.bat")
116 if not os.path.isfile(vcvarsall):
117 log.debug("%s cannot be found", vcvarsall)
124 return vcvarsall, vcruntime
133 vcvarsall, vcruntime = _find_vcvarsall(plat_spec)
134 if not vcvarsall:
135 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
139 'cmd /u /c "{}" {} && set'.format(vcvarsall, plat_spec),
176 # 'vcvarsall.bat'. Always cross-compile from x86 to work with th
    [all...]
msvc9compiler.py 53 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
219 """Find the vcvarsall.bat file
247 vcvarsall = os.path.join(productdir, "vcvarsall.bat")
248 if os.path.isfile(vcvarsall):
249 return vcvarsall
250 log.debug("Unable to find vcvarsall.bat")
254 """Launch vcvarsall.bat and read the settings from its environment
256 vcvarsall = find_vcvarsall(version)
260 if vcvarsall is None
    [all...]
  /external/llvm/utils/release/
build_llvm_package.bat 51 call "%vcdir%/vcvarsall.bat" x86
75 call "%vcdir%/vcvarsall.bat" amd64
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 56 # '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:
    [all...]
  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 56 # '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
    [all...]
  /external/python/setuptools/setuptools/
msvc.py 69 Redirect the path of "vcvarsall.bat".
83 vcvarsall.bat path: str
99 vcvarsall = os.path.os.path.join(productdir, "vcvarsall.bat")
100 if os.path.isfile(vcvarsall):
101 return vcvarsall
111 Set environment without use of "vcvarsall.bat".
134 # Try to get environement from vcvarsall.bat (Classical way)
139 # Pass error if Vcvarsall.bat is missing
142 # Pass error if environment not set after executing vcvarsall.ba
    [all...]
  /external/curl/projects/
build-wolfssl.bat 143 call "%PF%\%VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM%
145 call "%PF%\%VC_PATH%\vcvarsall" %VCVARS_PLATFORM%
build-openssl.bat 220 call "%ABS_VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM%
222 call "%ABS_VC_PATH%\vcvarsall" %VCVARS_PLATFORM%

Completed in 944 milliseconds