Server IP : 162.213.251.212 / Your IP : 18.226.104.222 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/python27/lib64/python2.7/distutils/ |
Upload File : |
� �V~gc @ s� d Z d Z d d l Z d d l Z d d l Z d d l m Z m Z d d l m Z d d l m Z d d l m Z m Z m Z d d l m Z d � Z d e f d � � YZ d e f d � � YZ d Z d Z d Z d � Z d � Z d � Z d S( s 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). s $Id$i����N( t gen_preprocess_optionst gen_lib_options( t UnixCCompiler( t write_file( t DistutilsExecErrort CompileErrort UnknownFileError( t logc C s� t j j d � } | d k r� t j | d | d !} | d k rI d g S| d k r\ d g S| d k ro d g S| d k r� d g St d | � � n d S( sa Include the appropriate MSVC runtime library if Python was built with MSVC 7.0 or later. s MSC v.i����i i t 1300t msvcr70t 1310t msvcr71t 1400t msvcr80t 1500t msvcr90s Unknown MS Compiler version %s N( t syst versiont findt ValueError( t msc_post msc_ver( ( s>