| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python2.7/dist-packages/gyp/ |
Upload File : |
�
�n�Zc @ sq d Z d d l Z d d l Z d d l Z d d l Z d d l j Z d � Z d � Z d e
f d � � YZ d S( s+ Visual Studio user preferences file writer.i����Nc C s� d | k s d | k r | St j j d d � j t j � } xN | D]F } t j j | | � } t j j | � rD t j | t j � rD | SqD W| S( s{ If there are no slashes in the command given, this function
searches the PATH env to find the given command, and converts it
to an absolute path. We have to do this because MSVS is looking
for an actual file to launch a debugger on, not just a command
line. Note that this happens at GYP time, so anything needing to
be built needs to have a full path.t /s \t PATHt (
t ost environt gett splitt pathsept patht joint isfilet accesst X_OK( t commandt pathsR t item( ( s4 /usr/lib/python2.7/dist-packages/gyp/MSVSUserFile.pyt _FindCommandInPath s !
'c C s� g } xt | D]l } | j d � d k rM d j | j d � � } d | } n t j d | � rl d | } n | j | � q
W| S( Nt "i����s ""s "%s"s [ \t\n]( t findR R t ret searcht append( t argst new_argst arg( ( s4 /usr/lib/python2.7/dist-packages/gyp/MSVSUserFile.pyt _QuoteWin32CommandLineArgs&