]> granicus.if.org Git - curl/commitdiff
added 2 system libs necessary for linking OpenSSL 0.9.8e statically.
authorGunter Knauf <gk@gknw.de>
Mon, 23 Jul 2007 01:05:34 +0000 (01:05 +0000)
committerGunter Knauf <gk@gknw.de>
Mon, 23 Jul 2007 01:05:34 +0000 (01:05 +0000)
src/Makefile.vc6

index ad13901e84fe50b71b7565eef9f7f7f190609ee5..8357e50dee59813d17989fe4008b554c9f2fe3bc 100644 (file)
@@ -59,7 +59,7 @@ ZLIB_IMP_LIBS = zdll.lib
 SSL_CFLAGS     = /DUSE_SSLEAY\r
 SSL_LFLAGS     = /LIBPATH:"$(OPENSSL_PATH)/out32"\r
 SSL_IMP_LFLAGS = /LIBPATH:"$(OPENSSL_PATH)/out32dll"\r
-SSL_LIBS       = libeay32.lib ssleay32.lib gdi32.lib\r
+SSL_LIBS       = libeay32.lib ssleay32.lib gdi32.lib user32.lib advapi32.lib\r
 \r
 ## Release\r
 CCR   = cl.exe /MD /O2 /DNDEBUG\r