Your IP : 216.73.216.213
�
]vQc @ s d Z d d l Z d d l Z d d l Z d d l Z d d l Z e j d � Z d � Z d � Z
d � Z d � Z d � Z
d � Z d
� Z d e f d � � YZ d
� Z d e f d � � YZ e a d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d S( sg
This module helps emulate Visual Studio 2008 behavior on top of other
build systems, primarily ninja.
i����Ns (\\*)"c C s3 t j d � | � } | j d d � } d | d S( s� Quote a command line argument so that it appears as one argument when
processed via cmd.exe and parsed by CommandLineToArgvW (as is typical for
Windows programs).c S s d | j d � d S( Ni i s \"( t group( t mo( ( sP //opt/alt/alt-nodejs9/root/usr/lib/python2.7/site-packages/gyp/msvs_emulation.pyt <lambda> t t %s %%t "( t windows_quoter_regext subt replace( t arg( ( sP //opt/alt/alt-nodejs9/root/usr/lib/python2.7/site-packages/gyp/msvs_emulation.pyt QuoteForRspFile s
c C s� | s
d S| d j d � rV | d j d d � \ } } | d t j j | � } n t j j | d � } | d d j d � | d D� � S( s6 Process a list of arguments using QuoteCmdExeArgument.R i s call t i c s s | ] } t | � Vq d S( N( R
( t .0R ( ( sP //opt/alt/alt-nodejs9/root/usr/lib/python2.7/site-packages/gyp/msvs_emulation.pys <genexpr>>