⚝
One Hat Cyber Team
⚝
Your IP:
160.79.111.154
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
python27
/
lib64
/
python2.7
/
distutils
/
View File Name :
cygwinccompiler.pyc
� �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>