Ulises,

    I was reviewing some code of the windows installer, in order to
create the new rc2 release, and I found these lines:

"""
        SetOutPath "$INSTDIR\"
        ; BETA 6
        ;File /r /x "*.pyc" /x "*.pyo" "..\..\tags\beta6-release\*"
        
        ; BETA 7
        ;File /r /x "*.pyc" /x "*.pyo" "..\..\tags\beta7-release\*"
        
        ; SVN TRUNK
        File /r /x "*.pyc" /x "*.pyo" "..\..\trunk\*"
        
        ;File /r /x "*.pyc" /x "*.pyo" "..\..\tags\1.0\*"
"""

    Could you please explain what they do?

Cheers,
-- 
Andrés Riancho
http://www.bonsai-sec.com/
http://w3af.sourceforge.net/

------------------------------------------------------------------------------
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to