| commit | 3f0b9663a449cd8c1fd96dc7dcdc475ff8fe9f2f | [log] [tgz] |
|---|---|---|
| author | Peter Würth <wuerth.peter@freenet.de> | Fri May 13 18:26:27 2022 +0200 |
| committer | Peter Würth <wuerth.peter@freenet.de> | Fri May 13 18:26:27 2022 +0200 |
| tree | e446e39384231a878af4c83d63684b4d1e9d7412 | |
| parent | e00e67cb924495aab72bfc60dec0451a6566d8a2 [diff] |
FindZLIB: fix ZLIB_USE_STATIC_LIBS on Windows - on Windows, the ZLIB_USE_STATIC_LIBS options requires a reordering of the search names in order to prefer the static library, since in most cases both static and shared libraries are built - add zlibwapi[d] library name for the contrib/vstudio builds - add lib prefix and .dll.a suffix for the win32/Makefile.gcc build Fixes #23140