]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
David Byron made this use the mm lib by default, as was previously done. This
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Jun 2004 08:09:43 +0000 (08:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Jun 2004 08:09:43 +0000 (08:09 +0000)
might be done differently in the future.

lib/Makefile.vc6

index a7177b8a14ce28d009fa53d65cc9eb3a326bcd79..e85ad047645f1de92ebea54b511529a209d44690 100644 (file)
@@ -32,6 +32,10 @@ OPENSSL_PATH   = ../../openssl-0.9.7a
 ZLIB_PATH  = ../../zlib-1.1.4\r
 !ENDIF\r
 \r
+# Use the high resolution time by default.  Comment this out to use low\r
+# resolution time and not require winmm.lib\r
+USEMM_LIBS = YES\r
+\r
 #############################################################\r
 ## Nothing more to do below this line!\r
 \r