Quoting julianfoad_at_tigris.org:
> Author: julianfoad
> Date: Mon Jul 7 12:33:07 2008
> New Revision: 32022
>
> Log:
> Tweak build.conf for MSVC builds as a follow-up to r32018 and r32021.
> Just guessing that this tweak is needed.
>
> * build.conf
> (libsvn_client): Add "private/svn_client_private.h" to "msvc-export".
>
> Modified:
> trunk/build.conf
>
> Modified: trunk/build.conf
> URL:
>
http://svn.collab.net/viewvc/svn/trunk/build.conf?pathrev=32022&r1=32021&r2=32022
> ==============================================================================
> --- trunk/build.conf Mon Jul 7 12:00:42 2008 (r32021)
> +++ trunk/build.conf Mon Jul 7 12:33:07 2008 (r32022)
> @@ -226,7 +226,7 @@ type = lib
> path = subversion/libsvn_client
> libs = libsvn_wc libsvn_ra libsvn_delta libsvn_diff libsvn_subr apriconv apr
> install = lib
> -msvc-export = svn_client.h
> +msvc-export = svn_client.h private\svn_client_private.h
>
In light of r32043 and the currently failing build on Windows I assume this
revision has to be reverted too?
Lieven
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-10 16:19:41 CEST