From: Daniel Stenberg Date: Tue, 1 Jun 2004 08:09:43 +0000 (+0000) Subject: David Byron made this use the mm lib by default, as was previously done. This X-Git-Tag: curl-7_12_0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb21851c74188975ce0ef360917eb579a9e71e60;p=thirdparty%2Fcurl.git David Byron made this use the mm lib by default, as was previously done. This might be done differently in the future. --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index a7177b8a14..e85ad04764 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!