Submit
Path:
~
/
/
lib
/
python3
/
dist-packages
/
setuptools
/
_distutils
/
__pycache__
/
File Content:
cygwinccompiler.cpython-310.pyc
o �_�a�C � @ s� d Z ddlZddlZddlZddlmZmZmZ ddlZddl Z ddlmZ ddl mZ ddlmZmZmZmZ ddl mZ ddlmZ d d � ZG dd� de�ZG d d� de�ZdZdZdZdd� Ze�d�Zdd� Z dd� Z!dd� Z"dS )a distutils.cygwinccompiler Provides the CygwinCCompiler class, a subclass of UnixCCompiler that handles the Cygwin port of the GNU C compiler to Windows. It also contains the Mingw32CCompiler class which handles the mingw32 port of GCC (same as cygwin in no-cygwin mode). � N)�Popen�PIPE�check_output)� UnixCCompiler)� write_file)�DistutilsExecError�CCompilerError�CompileError�UnknownFileError)�LooseVersion)�find_executablec C s� t j�d�} | dkr\t j| d | d � }|dkrdgS |dkr#dgS |d kr*d gS |dkr1dgS |d kr8dgS |dkr?dgS |dkrFdgS dt|� krUdk rVddgS td| ��dS )zaInclude the appropriate MSVC runtime library if Python was built with MSVC 7.0 or later. zMSC v.���� � �1300�msvcr70�1310�msvcr71�1400�msvcr80�1500�msvcr90�1600�msvcr100�1700�msvcr110�1800�msvcr120il i� �ucrt�vcruntime140zUnknown MS Compiler version %s N)�sys�version�find�int� ValueError)�msc_pos�msc_ver� r'