Home
last modified time | relevance | path

Searched full:redist (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/Platformx86/
DToolset.props9 …Path Condition="'$(DebugCppRuntimeFilesPath)' == ''">$(VCToolsInstallDir)redist\Debug_NonRedist\x8…
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/Platformx64/
DToolset.props9 …Path Condition="'$(DebugCppRuntimeFilesPath)' == ''">$(VCToolsInstallDir)redist\Debug_NonRedist\x6…
/external/python/cpython3/Tools/msi/ucrt/
Ducrt.wixproj19 <Source>!(bindpath.redist)\</Source>
/external/python/cpython3/Tools/msi/
Dmsi.props57 …<CRTRedist Condition="'$(CRTRedist)' == ''">$(ExternalsDir)\windows-installer\redist-1\$(Platform)…
127 <BindName>redist</BindName>
Dget_externals.bat58 set binaries=%binaries% redist-1
/external/libpng/projects/visualc71/
DREADME.txt58 $(VCINSTALLDIR)\redist.txt.
/external/python/cpython3/PCbuild/
Dreadme.txt79 The run time libraries are available under the redist folder of your
81 redist folder.
Dpythoncore.vcxproj464 <VCRedistDir>$(VCInstallDir)\Redist\MSVC\$(VCToolsRedistVersion)\</VCRedistDir>
/external/python/cpython2/PC/VS9.0/
Dreadme.txt67 machine. This is available under the VC/Redist folder of your visual studio
75 For more info, see the Readme in the VC/Redist folder.
/external/tensorflow/tensorflow/contrib/cmake/
DREADME.md360 D:\Tools\IntelSWTools\compilers_and_libraries\windows\redist\intel64\mkl
361 D:\Tools\IntelSWTools\compilers_and_libraries\windows\redist\intel64\compiler
362 D:\Tools\IntelSWTools\compilers_and_libraries\windows\redist\intel64\tbb\vc_mt
/external/python/cpython3/Tools/msi/exe/
Dexe_files.wxs33 … <File Name="vcruntime140.dll" Source="!(bindpath.redist)vcruntime140.dll" KeyPath="yes" />
/external/python/cpython2/PCbuild/
Dreadme.txt121 machine. This is available under the VC/Redist folder of your visual studio
129 For more info, see the Readme in the VC/Redist folder.
/external/python/cpython3/Lib/distutils/
D_msvccompiler.py97 vcredist = os.path.join(best_dir, "..", "..", "redist", "MSVC", "**",
108 vcruntime = os.path.join(best_dir, 'redist', vcruntime_plat,
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.h37 // both redistributable, as indicated by the package's redist.txt file.
/external/python/setuptools/setuptools/
Dmsvc.py1206 vcruntime = 'redist%s\\Microsoft.VC%d0.CRT\\vcruntime%d0.dll'
1208 redist_path = self.si.VCInstallDir.replace('\\Tools', '\\Redist')
/external/grpc-grpc/
Dbuild.yaml5698 redist: true
5703 redist: true
5707 redist: false
5711 redist: false
/external/python/cpython2/Tools/msi/
Dmsi.py899 dir = os.path.join(os.environ['VS90COMNTOOLS'], r"..\..\VC\redist\%s\Microsoft.VC90.CRT" % arch)