diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-01 08:09:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-01 08:09:43 +0000 |
commit | cb21851c74188975ce0ef360917eb579a9e71e60 (patch) | |
tree | e838635c3234affce32f683e98108d2142336f9c | |
parent | 8d611bec6e4a086213034a778334913f2df2a1a1 (diff) |
David Byron made this use the mm lib by default, as was previously done. This
might be done differently in the future.
-rw-r--r-- | lib/Makefile.vc6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index a7177b8a1..e85ad0476 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -32,6 +32,10 @@ OPENSSL_PATH = ../../openssl-0.9.7a ZLIB_PATH = ../../zlib-1.1.4
!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!
|