[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: Tue, 11 Mar 2008 15:36:58 -0800

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_at_tigris.org <djh_at_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 <dlawrence_at_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_at_subversion.tigris.org
> > For additional commands, e-mail: svn-help_at_subversion.tigris.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org

-- 
Daniel Rall

  • application/pgp-signature attachment: stored
Received on 2008-03-12 00:36:06 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.