You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/05/19 16:07:28 UTC

svn commit: r1795620 - /subversion/trunk/build.conf

Author: stsp
Date: Fri May 19 16:07:28 2017
New Revision: 1795620

URL: http://svn.apache.org/viewvc?rev=1795620&view=rev
Log:
Add version information to libsvn_swig_py-1.dll on Windows.

* build.conf
  (libsvn_swig_py): Add description.

Patch by: Ivan Zhakov

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1795620&r1=1795619&r2=1795620&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Fri May 19 16:07:28 2017
@@ -573,6 +573,7 @@ install = swig-py-lib
 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]