diff options
author | Yang Tse <yangsita@gmail.com> | 2007-10-02 02:18:01 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-10-02 02:18:01 +0000 |
commit | b03abddb283fd0c04ce1d70de078175b0c32f563 (patch) | |
tree | 67f42e41935922a8b8c69e1e7eb5e8222b26937f /ares/Makefile.vc6 | |
parent | ccf083e26da3279c6528244d4bbc585304b551bc (diff) | |
download | curl-b03abddb283fd0c04ce1d70de078175b0c32f563.tar.gz |
Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists.
Diffstat (limited to 'ares/Makefile.vc6')
-rw-r--r-- | ares/Makefile.vc6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6 index 7982638aa..f1d7772d2 100644 --- a/ares/Makefile.vc6 +++ b/ares/Makefile.vc6 @@ -60,6 +60,7 @@ OBJECTS = $(OBJ_DIR)\ares_fds.obj \ $(OBJ_DIR)\ares_strerror.obj \ $(OBJ_DIR)\ares_cancel.obj \ $(OBJ_DIR)\ares_init.obj \ + $(OBJ_DIR)\ares_llist.obj \ $(OBJ_DIR)\ares_timeout.obj \ $(OBJ_DIR)\ares_destroy.obj \ $(OBJ_DIR)\ares_mkquery.obj \ @@ -231,3 +232,6 @@ $(OBJ_DIR)\inet_ntop.obj: inet_ntop.c setup.h setup_once.h nameser.h \ ares_ipv6.h inet_ntop.h $(OBJ_DIR)\ares_getopt.obj: ares_getopt.c ares_getopt.h + +$(OBJ_DIR)\ares_llist.obj: ares_llist.c setup.h setup_once.h ares.h \ + ares_private.h ares_llist.h |