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. --- lib/Makefile.vc6 | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'lib/Makefile.vc6') diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index bce42a6a0..5652cb499 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -66,10 +66,6 @@ WINDOWS_SDK_PATH = "C:\Program Files\Microsoft SDK" !ENDIF !ENDIF -# Use the high resolution time by default. Comment this out to use low -# resolution time and not require winmm.lib -USEMM_LIBS = YES - ############################################################# ## Nothing more to do below this line! @@ -85,13 +81,9 @@ LFLAGS = /nologo /machine:$(MACHINE) SSLLIBS = libeay32.lib ssleay32.lib ZLIBLIBSDLL= zdll.lib ZLIBLIBS = zlib.lib -!IFDEF USEMM_LIBS -WINLIBS = wsock32.lib wldap32.lib winmm.lib -!ELSE WINLIBS = wsock32.lib wldap32.lib -CFLAGS = $(CFLAGS) /DWITHOUT_MM_LIB -!ENDIF -# RSAglue.lib was formerly needed in the SSLLIBS +CFLAGS = $(CFLAGS) + CFGSET = FALSE !IFDEF WINDOWS_SSPI -- cgit v1.2.3