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

Re: [PATCH] Add version information to libsvn_swig_py-1.dll

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 19 May 2017 18:08:49 +0200

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
 
 # ----------------------------------------------------------------------------
 #
Received on 2017-05-19 18:08:58 CEST

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.