Home | History | Annotate | Download | only in scripts

Lines Matching refs:DIA_DLL

361 dia_dll = None
363 """Get the location of the current SDK. Sets dia_dll as a side-effect."""
365 global dia_dll
370 DIA_DLL = {
393 dia_dll = os.path.join(dia_path, DIA_DLL[msvs_version])
402 CopyFile(dia_dll, target_dir)