You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by masaru tsuchiyama <m....@gmail.com> on 2008/03/11 22:57:42 UTC

Re: svn commit: r29797 - trunk/build/win32

Hi.

Could you nominate this to branches/1.5.x/STATUS?

Regards.
Masaru.

2008/3/9, djh@tigris.org <dj...@tigris.org>:
> Author: djh
>  Date: Sat Mar  8 11:36:22 2008
>  New Revision: 29797
>
>  Log:
>  Fix sample VC6 build script.
>
>  * build/win32/vc6-build.bat.in:
>   Correct zlibstaterr label name to match the goto,
>   and use setlocal / endlocal to limit the environment changes to the
>   duration of the script.
>
>  Patch by: Dave Lawrence <dl...@ad-holdings.co.uk>
>
>
>  Modified:
>    trunk/build/win32/vc6-build.bat.in
>
>  Modified: trunk/build/win32/vc6-build.bat.in
>  URL: http://svn.collab.net/viewvc/svn/trunk/build/win32/vc6-build.bat.in?pathrev=29797&r1=29796&r2=29797
>  ==============================================================================
>  --- trunk/build/win32/vc6-build.bat.in  (original)
>  +++ trunk/build/win32/vc6-build.bat.in  Sat Mar  8 11:36:22 2008
>  @@ -1,5 +1,8 @@
>   @echo off
>
>  +rem ====== Environment change lives only for the duration of the script
>  +setlocal
>  +
>   rem ====== Set these shell variables before doing a build.
>   rem VER is used to name the output bin dir as svn-win32-%VER%
>   set VER=trunk
>  @@ -59,7 +62,7 @@
>   :zliberr
>   echo Unable to find zlib
>   goto end
>  -:zliberrstat
>  +:zlibstaterr
>   echo Please copy zlib\static32\zlibstat.lib to zlib\zlibstat.lib
>   goto end
>   :bdberr
>  @@ -155,5 +158,5 @@
>
>   :end
>   cd src-%DIR%
>  +endlocal
>   :theveryend
>  -
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
>  For additional commands, e-mail: svn-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r29797 - trunk/build/win32

Posted by "Daniel L. Rall" <dl...@finemaltcoding.com>.
Done.

On Wed, 12 Mar 2008, masaru tsuchiyama wrote:

> Hi.
> 
> Could you nominate this to branches/1.5.x/STATUS?
> 
> Regards.
> Masaru.
> 
> 2008/3/9, djh@tigris.org <dj...@tigris.org>:
> > Author: djh
> >  Date: Sat Mar  8 11:36:22 2008
> >  New Revision: 29797
> >
> >  Log:
> >  Fix sample VC6 build script.
> >
> >  * build/win32/vc6-build.bat.in:
> >   Correct zlibstaterr label name to match the goto,
> >   and use setlocal / endlocal to limit the environment changes to the
> >   duration of the script.
> >
> >  Patch by: Dave Lawrence <dl...@ad-holdings.co.uk>
> >
> >
> >  Modified:
> >    trunk/build/win32/vc6-build.bat.in
> >
> >  Modified: trunk/build/win32/vc6-build.bat.in
> >  URL: http://svn.collab.net/viewvc/svn/trunk/build/win32/vc6-build.bat.in?pathrev=29797&r1=29796&r2=29797
> >  ==============================================================================
> >  --- trunk/build/win32/vc6-build.bat.in  (original)
> >  +++ trunk/build/win32/vc6-build.bat.in  Sat Mar  8 11:36:22 2008
> >  @@ -1,5 +1,8 @@
> >   @echo off
> >
> >  +rem ====== Environment change lives only for the duration of the script
> >  +setlocal
> >  +
> >   rem ====== Set these shell variables before doing a build.
> >   rem VER is used to name the output bin dir as svn-win32-%VER%
> >   set VER=trunk
> >  @@ -59,7 +62,7 @@
> >   :zliberr
> >   echo Unable to find zlib
> >   goto end
> >  -:zliberrstat
> >  +:zlibstaterr
> >   echo Please copy zlib\static32\zlibstat.lib to zlib\zlibstat.lib
> >   goto end
> >   :bdberr
> >  @@ -155,5 +158,5 @@
> >
> >   :end
> >   cd src-%DIR%
> >  +endlocal
> >   :theveryend
> >  -
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> >  For additional commands, e-mail: svn-help@subversion.tigris.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 

Daniel Rall