MINI MINI MANI MO
3
  \KT                 @   s   d Z ddlZddlZddlZddlZddlZddlmZmZm	Z	m
Z
mZ ddlm
Z
mZ ddlmZ ddlmZ ddlmZ dd	 Zd
d Zdd
 Zdd ZdddZdddZedgZG dd de
ZdS )a  distutils._msvccompiler
Contains MSVCCompiler, an implementation of the abstract CCompiler class
for Microsoft Visual Studio 2015.
The module is compatible with VS 2015 and later. You can find legacy support
for older versions in distutils.msvc9compiler and distutils.msvccompiler.
    N)DistutilsExecErrorDistutilsPlatformErrorCompileErrorLibError	LinkError)	CCompilergen_lib_options)log)get_platform)countc           $   C   s   yt jt jdt jt jB d} W n tk
r<   tjd dS X d}d }|  xt D ]}yt j	| |\}}}W n tk
r   P Y nX |rT|t j
krTtjj
|rTytt|}W n ttfk
r   wTY nX |dkrT||krT|| }}qTW W d Q R X ||fS )Nz'Software\Microsoft\VisualStudio\SxS\VC7)accesszVisual C++ is not registeredr      )NN)winregZ	OpenKeyExHKEY_LOCAL_MACHINEZKEY_READZKEY_WOW64_32KEYOSErrorr	   debugr   Z	EnumValueZREG_SZospathisdirintfloat
ValueError	TypeError)keybest_versionbest_dirivvc_dirZvtversion r    //usr/lib64/python3.6/distutils/_msvccompiler.py_find_vc2015   s0    
r"