mirror of
https://github.com/curl/curl.git
synced 2026-07-24 00:57:16 +03:00
David Byron made this use the mm lib by default, as was previously done. This
might be done differently in the future.
This commit is contained in:
parent
8d611bec6e
commit
cb21851c74
1 changed files with 4 additions and 0 deletions
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue