Author: julianfoad
Date: Thu Mar 19 00:18:29 2015
New Revision: 1667644
URL: http://svn.apache.org/r1667644
Log:
On the 'move-tracking-2' branch: Add header exports for the Windows build.
* build.conf
(libsvn_delta): Export the new headers.
Modified:
subversion/branches/move-tracking-2/build.conf
Modified: subversion/branches/move-tracking-2/build.conf
URL:
http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/build.conf?rev=1667644&r1=1667643&r2=1667644&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/build.conf (original)
+++ subversion/branches/move-tracking-2/build.conf Thu Mar 19 00:18:29 2015
@@ -260,7 +260,7 @@ type = lib
install = fsmod-lib
path = subversion/libsvn_delta
libs = libsvn_subr aprutil apriconv apr zlib
-msvc-export = svn_delta.h private/svn_editor.h private/svn_delta_private.h
+msvc-export = svn_delta.h private/svn_editor.h private/svn_delta_private.h
private/svn_element.h private/svn_branch.h private/svn_editor3e.h
private/svn_editor3p.h
# Routines for diffing
[libsvn_diff]