]> granicus.if.org Git - curl/commit
lib/makefile.m32: add missing libs to build libcurl.dll
authorViktor Szakats <vszakats@users.noreply.github.com>
Thu, 9 Apr 2015 01:31:00 +0000 (03:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Apr 2015 19:34:14 +0000 (21:34 +0200)
commite44155156a1bdaa62c19397f45302b389779061c
treea52c6643d66c3883b24d37f34e91eb1e1ca6a9e4
parent992a731116fc9134d4a0acf17fe10219917ecb30
lib/makefile.m32: add missing libs to build libcurl.dll

Add 'gdi32' and 'crypt32' Windows implibs to avoid failure
while building libcurl.dll using the mingw compiler.
The same logic is used in 'src/makefile.m32' when
building curl.exe.
lib/Makefile.m32