diff options
author | Yang Tse <yangsita@gmail.com> | 2008-05-09 16:31:51 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-05-09 16:31:51 +0000 |
commit | 19479ea0217c93fd2973168084d1bb724eb8a34f (patch) | |
tree | a8b59cbb90c38f93c414ec5bebee3c60bd5ae887 /docs/examples/Makefile.m32 | |
parent | d708ef6731445a84a3d0499a4b13fd09a0dd0520 (diff) | |
download | curl-19479ea0217c93fd2973168084d1bb724eb8a34f.tar.gz |
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 'docs/examples/Makefile.m32')
-rw-r--r-- | docs/examples/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 470061c4c..5107c04fe 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -106,7 +106,7 @@ ifndef USE_LDAP_OPENLDAP curl_LDADD += -lwldap32 endif endif -curl_LDADD += -lws2_32 -lwinmm +curl_LDADD += -lws2_32 COMPILE = $(CC) $(INCLUDES) $(CFLAGS) # Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines |