aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-05-09 16:31:51 +0000
committerYang Tse <yangsita@gmail.com>2008-05-09 16:31:51 +0000
commit19479ea0217c93fd2973168084d1bb724eb8a34f (patch)
treea8b59cbb90c38f93c414ec5bebee3c60bd5ae887 /lib/Makefile.vc6
parentd708ef6731445a84a3d0499a4b13fd09a0dd0520 (diff)
Internal time differences now use monotonic time source if available.
This also implies the removal of the winmm.lib dependency for WIN32.
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc612
1 files changed, 2 insertions, 10 deletions
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