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
Received on 2008-03-11 23:57:57 CET