summaryrefslogtreecommitdiff
path: root/Makefile.vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-05-09 16:30:24 +0000
committerYang Tse <yangsita@gmail.com>2008-05-09 16:30:24 +0000
commit0848b4fdaa130054c981194afa2ff0cd136d2590 (patch)
tree7c155964a353e2a872427b3aa1402e3f9be02f7a /Makefile.vc6
parentfd5fdecf303826473ccb50a8762a331473b3c481 (diff)
downloadc-ares-0848b4fdaa130054c981194afa2ff0cd136d2590.tar.gz
c-ares-0848b4fdaa130054c981194afa2ff0cd136d2590.tar.bz2
c-ares-0848b4fdaa130054c981194afa2ff0cd136d2590.zip
Use monotonic time source if available.
Diffstat (limited to 'Makefile.vc6')
-rw-r--r--Makefile.vc65
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.vc6 b/Makefile.vc6
index 8bc8efb..cfa3fad 100644
--- a/Makefile.vc6
+++ b/Makefile.vc6
@@ -62,6 +62,7 @@ OBJECTS = $(OBJ_DIR)\ares_fds.obj \
$(OBJ_DIR)\ares_init.obj \
$(OBJ_DIR)\ares_llist.obj \
$(OBJ_DIR)\ares_timeout.obj \
+ $(OBJ_DIR)\ares__timeval.obj \
$(OBJ_DIR)\ares_destroy.obj \
$(OBJ_DIR)\ares_mkquery.obj \
$(OBJ_DIR)\ares_version.obj \
@@ -122,7 +123,6 @@ $(DEF_FILE): $(OBJECTS) Makefile.VC6
@echo ares_inet_pton >> $@
@echo ares_writev >> $@
@echo ares_getnameinfo >> $@
- @echo ares_gettimeofday >> $@
@echo ares_parse_aaaa_reply >> $@
ahost.exe: $(OBJ_DIR) $(OBJ_DIR)\ahost.obj $(OBJ_DIR)\ares_getopt.obj cares_imp.lib
@@ -193,6 +193,9 @@ $(OBJ_DIR)\ares_init.obj: ares_init.c setup.h setup_once.h nameser.h ares.h \
$(OBJ_DIR)\ares_timeout.obj: ares_timeout.c setup.h setup_once.h ares.h \
ares_private.h ares_ipv6.h
+$(OBJ_DIR)\ares__timeval.obj: ares__timeval.c setup.h setup_once.h ares.h \
+ ares_private.h ares_ipv6.h
+
$(OBJ_DIR)\ares_destroy.obj: ares_destroy.c setup.h setup_once.h ares.h \
ares_private.h ares_ipv6.h