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

[PATCH] add support for zlibstat.lib in install-layout for Windows

From: Stefan <luke1410_at_posteo.de>
Date: Wed, 1 Feb 2017 03:15:52 +0100

Hi,

the zlib project's visual studio file creates static libraries named
zlibstat.lib by default. Atm SVN supports this, if it determines zlib is
in source-layout, but doesn't support it, if it determines files are in
install-layout (the detection being based on whether the zlib-path
contains an include-directory or not).

I think it would be neat, if SVN could handle also the
zlibstat.lib-named library (since it's a default name for the static
zlib library on Windows). The attached patch adds that support.

[[[
Add support for zlibstat.lib-named zlib static libraries for Windows
builds in
install-layout.

* build/generator/gen_win_dependencies.py
  (_find_zlib): check for zlibstat.lib, when determining the zlib
library name
]]]

Regards,
Stefan

Received on 2017-02-01 03:16:04 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.