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

[patch] Fix windows build

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: Sat, 20 Mar 2010 17:52:46 -0700

[[[
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]
Received on 2010-03-21 01:53:15 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.