관리-도구
편집 파일: cygwinccompiler.cpython-311.pyc
� N�Dg�. � �> � d Z ddlZddlZddlZddlZddlZddlZddlmZ ddl m Z ddlmZ ddl mZmZmZmZ ddlmZmZ dd lmZ ej d gdgdgd gdgdgdgdgej d� � � Zd� ZdZ G d� de � � Z G d� de� � ZdZdZdZ d� Z!d� Z"dZ#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)�check_output� )� UnixCCompiler)� write_file)�DistutilsExecError�DistutilsPlatformError�CCompilerError�CompileError)�LooseVersion�suppress_known_deprecation)�RangeMap�msvcr70�msvcr71�msvcr80�msvcr90�msvcr100�msvcr110�msvcr120�vcruntime140) i i ix i� i@ i� i il i� c � � t j dt j � � } t | � d� � � � }n# t $ r Y dS w xY w t | S # t $ r t d|z � � �w xY w)zaInclude the appropriate MSVC runtime library if Python was built with MSVC 7.0 or later. zMSC v\.(\d{4})r NzUnknown MS Compiler version %s ) �re�search�sys�version�int�group�AttributeError� _msvcr_lookup�KeyError� ValueError)�match�msc_vers ��/builddir/build/BUILD/imunify360-venv-2.4.0/opt/imunify360/venv/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py� get_msvcrr$ 4 s� � � �I�'���5�5�E���e�k�k�!�n�n�%�%����� � � ��������F��W�%�%��� F� F� F��:�W�D�E�E�E�F���s �"A � A�A�A# �#B zxUnable to set runtime library search path on Windows, usually indicated by `runtime_library_dirs` parameter to Extensionc � � � e Zd ZdZdZdZdZdZdZdZ dZ dZd Zd� fd� Z ed� � � Zd � Z dd�Zd� Z� fd�Ze� fd�� � Z� xZS )�CygwinCCompilerz9Handles the Cygwin port of the GNU C compiler to Windows.�cygwinz.oz.az.dll.az.dllzlib%s%szcyg%s%sz.exer c � �� t � � � |||� � t � � \ }}| � d� ||� � � � |t ur| � d|z � � t j � dd� � | _ t j � dd� � | _ | j | _ d}| � d| j z d | j z d| j z d | j z d� | j |� � �� � t � � | _ d S ) Nz%Python's GCC status: {} (details: {})z�Python's pyconfig.h doesn't seem to support your compiler. Reason: %s. Compiling may fail because of undefined preprocessor macros.�CC�gcc�CXXzg++�-sharedz%s -mcygwin -O -Wallz%s -mcygwin -mdll -O -Wallz%s -mcygwinz{} -mcygwin {}��compiler�compiler_so�compiler_cxx� linker_exe� linker_so)�super�__init__�check_config_h�debug_print�format�CONFIG_H_OK�warn�os�environ�get�cc�cxx� linker_dll�set_executablesr$ � dll_libraries)�self�verbose�dry_run�force�status�details� shared_option� __class__s �r# r4 zCygwinCCompiler.__init__V s7 �� � ������'�5�1�1�1�(�*�*�������3�:�:�6�7�K�K� � � � ��$�$��I�I�O�QX�Y� � � � �*�.�.��u�-�-����:�>�>�%��/�/����'���!� ����+�d�g�5�4�t�w�>�/�$�(�:�$�t�w�.�'�.�.�t�� �N�N� � � � � '�[�[����� c � � t j dt d�� � t � � 5 t d� � cd d d � � S # 1 swxY w Y d S )Nz�gcc_version attribute of CygwinCCompiler is deprecated. Instead of returning actual gcc version a fixed value 11.2.0 is returned.� )� stacklevelz11.2.0)�warningsr9 �DeprecationWarningr r )rB s r# �gcc_versionzCygwinCCompiler.gcc_versionv s� � � � � X��� � � � � (� )� )� *� *���)�)� *� *� *� *� *� *� *� *� *� *� *� *���� *� *� *� *� *� *s �A�A�Ac � � |dv r> | � dd|d|g� � dS # t $ r}t |� � �d}~ww xY w | � | j |z |d|gz |z � � dS # t $ r}t |� � �d}~ww xY w)z:Compiles the source by spawning GCC and windres if needed.)�.rc�.res�windresz-iz-oN)�spawnr r r/ )rB �obj�src�ext�cc_args�extra_postargs�pp_opts�msgs r# �_compilezCygwinCCompiler._compile� s� � ��/�!�!� (�� � �I�t�S�$��<�=�=�=�=�=��%� (� (� (�"�3�'�'�'����� (���� (�� � ��$�w�.�#�t�S�1A�A�N�R�� � � � �� &� (� (� (�"�3�'�'�'����� (���s* �"