Ulises,

On Wed, Apr 1, 2009 at 12:55 PM, Andres Riancho
<andres.rian...@gmail.com> wrote:
> 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?

Never mind... I just saw that the beta6, beta7, etc were commented out :S

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



-- 
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