]> granicus.if.org Git - curl/commitdiff
Makefile.vc6: Added missing default library advapi32.lib
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 23 Sep 2012 08:18:47 +0000 (10:18 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Sun, 23 Sep 2012 08:18:47 +0000 (10:18 +0200)
lib/Makefile.vc6

index a863a0b3ec4d05579e61161a82a47d6d72c8f1c3..4f8fa67eaf6fe627b21dda47ed26e4b406886355 100644 (file)
@@ -116,7 +116,7 @@ LFLAGS     = /nologo /machine:$(MACHINE)
 SSLLIBS    = libeay32.lib ssleay32.lib\r
 ZLIBLIBSDLL= zdll.lib\r
 ZLIBLIBS   = zlib.lib\r
-WINLIBS    = ws2_32.lib wldap32.lib\r
+WINLIBS    = ws2_32.lib wldap32.lib advapi32.lib\r
 CFLAGS     = $(CFLAGS)\r
 \r
 CFGSET     = FALSE\r