From 19479ea0217c93fd2973168084d1bb724eb8a34f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 9 May 2008 16:31:51 +0000 Subject: Internal time differences now use monotonic time source if available. This also implies the removal of the winmm.lib dependency for WIN32. --- src/Makefile.vc6 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Makefile.vc6') diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 233242252..49438d1e3 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -10,8 +10,6 @@ ## Comments to: Troy Engel ## Updated by: Craig Davison ## release-ssl added by Miklos Nemeth -## winmm.lib added by Miklos Nemeth to -## support timeGetTime() in curlutil.c # ############################################################# @@ -221,8 +219,8 @@ LFLAGS = $(LFLAGS) $(SSL_IMP_LFLAGS) $(ZLIB_LFLAGS) !ENDIF -LINKLIBS = $(LINKLIBS) wsock32.lib wldap32.lib winmm.lib -LINKLIBS_DEBUG = $(LINKLIBS_DEBUG) wsock32.lib wldap32.lib winmm.lib +LINKLIBS = $(LINKLIBS) wsock32.lib wldap32.lib +LINKLIBS_DEBUG = $(LINKLIBS_DEBUG) wsock32.lib wldap32.lib all : release -- cgit v1.2.3