B
    ›³ëb0  ã               @   s(   d Z dZddlmZ dd„ Zdd„ ZdS )	zãSCons.Tool.icc

Tool-specific initialization for the OS/2 icc compiler.

There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.

z,__FILE__ __REVISION__ __DATE__ __DEVELOPER__é   )Úccc             C   sV   t  | ¡ d| d< d| d< d| d< d| d< d	| d
< d| d< d	| d< d| d< d| d< dS )zGAdd Builders and construction variables for the OS/2 to an Environment.ÚiccZCCzQ$CC $CFLAGS $CCFLAGS $CPPFLAGS $_CPPDEFFLAGS $_CPPINCFLAGS /c $SOURCES /Fo$TARGETZCCCOMzK$CXX $CXXFLAGS $CPPFLAGS $_CPPDEFFLAGS $_CPPINCFLAGS /c $SOURCES /Fo$TARGETZCXXCOMz/DZCPPDEFPREFIXÚ ZCPPDEFSUFFIXz/IZ	INCPREFIXZ	INCSUFFIXz.cZCFILESUFFIXz.ccZCXXFILESUFFIXN)r   Úgenerate)Úenv© r   ú-lib/python3.7/site-packages/SCons/Tool/icc.pyr   &   s    
r   c             C   s
   |   d¡S )Nr   )ZDetect)r   r   r   r   Úexists4   s    r	   N)Ú__doc__Z__revision__r   r   r   r	   r   r   r   r   Ú<module>	   s   