/aosp_15_r20/external/python/cpython3/PCbuild/ |
D | prepare_libffi.bat | 9 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%
|
/aosp_15_r20/external/python/setuptools/setuptools/ |
D | msvc.py | 75 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 …]
|
/aosp_15_r20/external/python/cpython3/.azure-pipelines/ |
D | find-tools.yml | 9 $vcvarsall = (& "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" ` 13 -find VC\Auxiliary\Build\vcvarsall.bat) 14 Write-Host "Found vcvarsall at $vcvarsall" 15 Write-Host "##vso[task.setVariable variable=vcvarsall]$vcvarsall" 16 displayName: 'Find vcvarsall.bat'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | _msvccompiler.py | 129 vcvarsall = os.path.join(best_dir, "vcvarsall.bat") 130 if not os.path.isfile(vcvarsall): 131 log.debug("%s cannot be found", vcvarsall) 134 return vcvarsall, None 141 vcvarsall, _ = _find_vcvarsall(plat_spec) 142 if not vcvarsall: 143 raise DistutilsPlatformError("Unable to find vcvarsall.bat") 147 f'cmd /u /c "{vcvarsall}" {plat_spec} && set', 182 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the 250 # Get the vcvarsall.bat spec for the requested platform.
|
D | msvc9compiler.py | 67 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is 240 """Find the vcvarsall.bat file 267 vcvarsall = os.path.join(productdir, "vcvarsall.bat") 268 if os.path.isfile(vcvarsall): 269 return vcvarsall 270 log.debug("Unable to find vcvarsall.bat") 275 """Launch vcvarsall.bat and read the settings from its environment""" 276 vcvarsall = find_vcvarsall(version) 280 if vcvarsall is None: 281 raise DistutilsPlatformError("Unable to find vcvarsall.bat") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | _msvccompiler.py | 129 vcvarsall = os.path.join(best_dir, "vcvarsall.bat") 130 if not os.path.isfile(vcvarsall): 131 log.debug("%s cannot be found", vcvarsall) 134 return vcvarsall, None 141 vcvarsall, _ = _find_vcvarsall(plat_spec) 142 if not vcvarsall: 143 raise DistutilsPlatformError("Unable to find vcvarsall.bat") 147 f'cmd /u /c "{vcvarsall}" {plat_spec} && set', 182 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the 250 # Get the vcvarsall.bat spec for the requested platform.
|
D | msvc9compiler.py | 67 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is 240 """Find the vcvarsall.bat file 267 vcvarsall = os.path.join(productdir, "vcvarsall.bat") 268 if os.path.isfile(vcvarsall): 269 return vcvarsall 270 log.debug("Unable to find vcvarsall.bat") 275 """Launch vcvarsall.bat and read the settings from its environment""" 276 vcvarsall = find_vcvarsall(version) 280 if vcvarsall is None: 281 raise DistutilsPlatformError("Unable to find vcvarsall.bat") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | _msvccompiler.py | 129 vcvarsall = os.path.join(best_dir, "vcvarsall.bat") 130 if not os.path.isfile(vcvarsall): 131 log.debug("%s cannot be found", vcvarsall) 134 return vcvarsall, None 141 vcvarsall, _ = _find_vcvarsall(plat_spec) 142 if not vcvarsall: 143 raise DistutilsPlatformError("Unable to find vcvarsall.bat") 147 f'cmd /u /c "{vcvarsall}" {plat_spec} && set', 182 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the 250 # Get the vcvarsall.bat spec for the requested platform.
|
D | msvc9compiler.py | 67 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is 240 """Find the vcvarsall.bat file 267 vcvarsall = os.path.join(productdir, "vcvarsall.bat") 268 if os.path.isfile(vcvarsall): 269 return vcvarsall 270 log.debug("Unable to find vcvarsall.bat") 275 """Launch vcvarsall.bat and read the settings from its environment""" 276 vcvarsall = find_vcvarsall(version) 280 if vcvarsall is None: 281 raise DistutilsPlatformError("Unable to find vcvarsall.bat") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | _msvccompiler.py | 129 vcvarsall = os.path.join(best_dir, "vcvarsall.bat") 130 if not os.path.isfile(vcvarsall): 131 log.debug("%s cannot be found", vcvarsall) 134 return vcvarsall, None 141 vcvarsall, _ = _find_vcvarsall(plat_spec) 142 if not vcvarsall: 143 raise DistutilsPlatformError("Unable to find vcvarsall.bat") 147 f'cmd /u /c "{vcvarsall}" {plat_spec} && set', 182 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the 250 # Get the vcvarsall.bat spec for the requested platform.
|
D | msvc9compiler.py | 67 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is 240 """Find the vcvarsall.bat file 267 vcvarsall = os.path.join(productdir, "vcvarsall.bat") 268 if os.path.isfile(vcvarsall): 269 return vcvarsall 270 log.debug("Unable to find vcvarsall.bat") 275 """Launch vcvarsall.bat and read the settings from its environment""" 276 vcvarsall = find_vcvarsall(version) 280 if vcvarsall is None: 281 raise DistutilsPlatformError("Unable to find vcvarsall.bat") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/ |
D | _msvccompiler.py | 106 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.
|
D | msvc9compiler.py | 52 # '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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/ |
D | _msvccompiler.py | 106 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.
|
D | msvc9compiler.py | 52 # '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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/ |
D | _msvccompiler.py | 106 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.
|
D | msvc9compiler.py | 52 # '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 …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/ |
H A D | _msvccompiler.py | 106 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.
|
H A D | msvc9compiler.py | 52 # '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 …]
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/ |
D | _msvccompiler.py | 110 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.
|
D | msvc9compiler.py | 52 # '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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/ |
D | _msvccompiler.py | 106 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.
|
D | msvc9compiler.py | 52 # '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 …]
|
/aosp_15_r20/external/python/cpython3/Lib/distutils/ |
D | _msvccompiler.py | 106 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.
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | 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: 271 raise DistutilsPlatformError("Unable to find vcvarsall.bat") [all …]
|