]> granicus.if.org Git - curl/commitdiff
Miklos Nemeth fixed the mmlib
authorDaniel Stenberg <daniel@haxx.se>
Thu, 13 Jun 2002 22:11:28 +0000 (22:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Jun 2002 22:11:28 +0000 (22:11 +0000)
src/Makefile.vc6

index 4b94c5e8250cd24df46741150d2c5dcdf3d3faf4..9aea5d143c36da481e595ce61cf7951254157ffb 100644 (file)
@@ -8,6 +8,8 @@
 ## Comments to: Troy Engel <tengel@sonic.net>\r
 ## Updated by: Craig Davison <cd@securityfocus.com>\r
 ## release-ssl added by Miklos Nemeth <mnemeth@kfkisystems.com>\r
+## winmm.lib added by Miklos Nemeth <mnemeth@kfkisystems.com> to support\r
+## timeGetTime() in timeval.c\r
 \r
 PROGRAM_NAME = curl.exe\r
 \r
@@ -24,8 +26,8 @@ LINKD = link.exe /incremental:yes /debug /libpath:"../lib"
 \r
 CFLAGS = /I "../include" /nologo /W3 /GX /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
 LFLAGS = /nologo /out:$(PROGRAM_NAME) /subsystem:console /machine:I386\r
-LINKLIBS = ws2_32.lib libcurl.lib\r
-LINKLIBS_DEBUG = ws2_32.lib libcurld.lib\r
+LINKLIBS = ws2_32.lib libcurl.lib winmm.lib\r
+LINKLIBS_DEBUG = ws2_32.lib libcurld.lib winmm.lib\r
 \r
 RELEASE_OBJS= \\r
        hugehelpr.obj \\r