link with winmm.lib too
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jul 2002 14:20:53 +0000 (14:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jul 2002 14:20:53 +0000 (14:20 +0000)
lib/Makefile.vc6

index 176c580..971ccaf 100644 (file)
@@ -47,7 +47,7 @@ CFLAGS = /I "../include" /nologo /W3 /GX /D "WIN32" /D "VC6" /D "_MBCS" /D "_LIB
 LNKDLL    = link.exe /DLL  /def:libcurl.def\r
 LNKLIB    = link.exe -lib\r
 LFLAGS    = /nologo\r
-LINKLIBS  = ws2_32.lib\r
+LINKLIBS  = ws2_32.lib winmm.lib\r
 SSLLIBS   = libeay32.lib ssleay32.lib RSAglue.lib\r
 CFGSET    = FALSE\r
 \r