Andres,

On Wed, Apr 1, 2009 at 12:56, Andres Riancho <andres.rian...@gmail.com>wrote:

> 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
>
Yes
:-)

Comment
;        File /r /x "*.pyc" /x "*.pyo" "..\..\trunk\*"

And uncomment
File /r /x "*.pyc" /x "*.pyo" "..\..\tags\1.0\*"

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

Reply via email to