Hacked By AnonymousFox
�
^
bc @ 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>