You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Joe Swatosh <jo...@gmail.com> on 2010/03/21 00:52:46 UTC

[patch] Fix windows build

[[[
Follow on to r924760 which removed svn_diff_private.h.  Remove
svn_diff_private.h
as a source of exported functions in the windows build.
]]]

Index: build.conf
===================================================================
--- build.conf  (revision 925708)
+++ build.conf  (working copy)
@@ -224,7 +224,7 @@
 path = subversion/libsvn_diff
 libs = libsvn_subr apriconv apr
 install = lib
-msvc-export = svn_diff.h private/svn_diff_private.h
+msvc-export = svn_diff.h

 # The repository filesystem library
 [libsvn_fs]

Re: [patch] Fix windows build

Posted by Joe Swatosh <jo...@gmail.com>.
On Sat, Mar 20, 2010 at 6:03 PM, Stefan Sperling <st...@elego.de> wrote:
> On Sat, Mar 20, 2010 at 05:52:46PM -0700, Joe Swatosh wrote:
>> [[[
>> Follow on to r924760 which removed svn_diff_private.h.  Remove
>> svn_diff_private.h
>> as a source of exported functions in the windows build.
>> ]]]
>
> +1 to commit (and sorry for breaking the windows build)
>
> Stefan

No worries.  It happens. r925713

Thanks,
--
Joe

Re: [patch] Fix windows build

Posted by Stefan Sperling <st...@elego.de>.
On Sat, Mar 20, 2010 at 05:52:46PM -0700, Joe Swatosh wrote:
> [[[
> Follow on to r924760 which removed svn_diff_private.h.  Remove
> svn_diff_private.h
> as a source of exported functions in the windows build.
> ]]]

+1 to commit (and sorry for breaking the windows build)

Stefan

> 
> Index: build.conf
> ===================================================================
> --- build.conf  (revision 925708)
> +++ build.conf  (working copy)
> @@ -224,7 +224,7 @@
>  path = subversion/libsvn_diff
>  libs = libsvn_subr apriconv apr
>  install = lib
> -msvc-export = svn_diff.h private/svn_diff_private.h
> +msvc-export = svn_diff.h
> 
>  # The repository filesystem library
>  [libsvn_fs]