]> granicus.if.org Git - curl/commit
winbuild: prefer documented zlib library names
authorrichardthe3rd <richard.alcock@gmail.com>
Fri, 2 Mar 2018 22:13:42 +0000 (22:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 4 Mar 2018 22:02:51 +0000 (23:02 +0100)
commitcc1d4c505ef1d052bbacf68714694e7c24427471
tree592d17db2162f02841dc80663c59a2c340d1bcfb
parent612bc926f7b40b2867fe1a28cf686c2131c72110
winbuild: prefer documented zlib library names

Check for existence of import and static libraries with documented names
and use them if they do. Fallback to previous names.

According to
https://github.com/madler/zlib/blob/master/win32/README-WIN32.txt on
Windows, the names of the import library is "zdll.lib" and static
library is "zlib.lib".

closes #2354
winbuild/MakefileBuild.vc