On Fri, May 19, 2017 at 06:39:52PM +0300, Ivan Zhakov wrote:
> [[[
> Add version information to libsvn_swig_py-1.dll on Windows.
> 
> * build.conf
>   (libsvn_swig_py): Add description.
> ]]]
> 
> 
> -- 
> Ivan Zhakov

> Index: build.conf
> ===================================================================
> --- build.conf        (revision 1783776)
> +++ build.conf        (working copy)
> @@ -573,6 +573,7 @@
>  compile-cmd = $(COMPILE_SWIG_PY)
>  msvc-static = no
>  msvc-export = ../bindings/swig/python/libsvn_swig_py/swigutil_py.h
> +description = Subversion utility library for Python bindings
>  
>  # SWIG utility library for Perl modules
>  [libsvn_swig_perl]


Thanks, committed in r1795620.

Is the same needed for Perl and Ruby?

Index: build.conf
===================================================================
--- build.conf  (revision 1795620)
+++ build.conf  (working copy)
@@ -586,6 +586,7 @@ install = swig-pl-lib
 compile-cmd = $(COMPILE_SWIG_PL)
 msvc-static = no
 msvc-export = ../bindings/swig/perl/libsvn_swig_perl/swigutil_pl.h
+description = Subversion utility library for Perl bindings
 
 # SWIG utility library for Ruby modules
 [libsvn_swig_ruby]
@@ -599,6 +600,7 @@ install = swig-rb-lib
 compile-cmd = $(COMPILE_SWIG_RB)
 msvc-static = no
 msvc-export = ../bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.h
+description = Subversion utility library for Ruby bindings
 
 # ----------------------------------------------------------------------------
 #

Reply via email to