관리-도구
편집 파일: bcppcompiler.cpython-311.pyc
� ,�Re�9 � � � d Z ddlZddlZddlmZmZmZmZmZ ddl m Z mZ ddlm Z ddlmZ ddlmZ ej d e� � G d � de � � ZdS )z�distutils.bcppcompiler Contains BorlandCCompiler, an implementation of the abstract CCompiler class for the Borland C++ compiler. � N� )�DistutilsExecError�CompileError�LibError� LinkError�UnknownFileError)� CCompiler�gen_preprocess_options)� write_file)�newer)�logz�bcppcompiler is deprecated and slated to be removed in the future. Please discontinue use or file an issue with pypa/distutils describing your use case.c � � � e Zd ZdZdZi ZdgZg d�Zeez ZdZ dZ dZdxZZ d Zd� fd� Z dd �Z dd�Z dd�Zdd�Zdd�Z dd�Z� xZS )�BCPPCompilerzConcrete class that implements an interface to the Borland C/C++ compiler, as defined by the CCompiler abstract class. �bcppz.c)z.ccz.cppz.cxxz.objz.libz.dllz%s%sz.exer c � �� t � � � |||� � d| _ d| _ d| _ d | _ g d�| _ g d�| _ g d�| _ g d�| _ g | _ g d�| _ g d�| _ d S ) Nz bcc32.exezilink32.exeztlib.exe)�/tWMz/O2�/q�/g0)r z/Odr r )z/Tpd�/Gnr �/x)r r r )r r r z/r) �super�__init__�cc�linker�lib�preprocess_options�compile_options�compile_options_debug�ldflags_shared�ldflags_shared_debug�ldflags_static�ldflags_exe�ldflags_exe_debug)�self�verbose�dry_run�force� __class__s ���/builddir/build/BUILDROOT/alt-python311-setuptools-65.6.3-2.el8.x86_64/opt/alt/python311/lib/python3.11/site-packages/setuptools/_distutils/bcppcompiler.pyr zBCPPCompiler.__init__B s� �� � ������'�5�1�1�1� ���#������"&���;�;�;���%A�%A�%A��"�9�9�9���$?�$?�$?��!� ���.�.�.���!:�!:�!:����� Nc �~ � | � ||||||� � \ }} }} }|pg }|� d� � |r|� | j � � n|� | j � � | D �]H} || \ }}n# t $ r Y �w xY wt j � |� � }t j � | � � } | � t j � | � � � � |dk r��|dk r= | � dd| |g� � n!# t $ r}t |� � �d }~ww xY w��|| j v rd}n|| j v rd}nd}d| z } | � | j g|z | z ||gz |z |gz � � ��)# t $ r}t |� � �d }~ww xY w| S ) Nz-c�.res�.rc�brcc32z-fo� z-P�-o)�_setup_compile�append�extendr r �KeyError�os�path�normpath�mkpath�dirname�spawnr r � _c_extensions�_cpp_extensionsr )r$ �sources� output_dir�macros�include_dirs�debug� extra_preargs�extra_postargs�depends�objects�pp_opts�build�compile_opts�obj�src�ext�msg� input_opt� output_opts r) �compilezBCPPCompiler.compileZ sQ � � ;?�:M�:M����g�w��; � ; �7�����%� %�*������D�!�!�!�� 6����� :�;�;�;�;����� 4�5�5�5�� 1 (� 1 (�C� � ��:���S�S��� � � ��� ���� �'�"�"�3�'�'�C��'�"�"�3�'�'�C� �K�K������,�,�-�-�-��f�}�}���e�|�|�,��J�J��%��c�:�;�;�;�;��)� ,� ,� ,�&�s�+�+�+�����,����� �d�(�(�(�� � ���,�,�,� � � � � ����J� (�� � ��W�I�"�#��� !�*�-�.� %� %� �e��� � � �� &� (� (� (�"�3�'�'�'����� (���� �sB �7B� B�B�D+�+ E �5E�E �--F� F:�&F5�5F:c �T � | � ||� � \ }}| � ||�� � }| � ||� � rL|dg|z }|r | � | j g|z � � d S # t $ r}t |� � �d }~ww xY wt j d|� � d S )N)r>