aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2009-09-05 12:29:35 +0000
committerGisle Vanem <gvanem@broadpark.no>2009-09-05 12:29:35 +0000
commit6569a238906654407578726cd3cc48ccc83019d7 (patch)
tree0e7ea82cbb68fc9025e870de15b79915aae6befe /ares
parent2cf0f80e9f29e84b9a61cc50b6395c92757aab9a (diff)
Added 'ares_parse_srv_reply.obj'. Added definition of 'u_int16_t'. This is I don't like; we should not depend on such non-universal types in a public header. But this is just a quick fix.
Diffstat (limited to 'ares')
-rw-r--r--ares/Makefile.vc63
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6
index 7fb63d457..0c31bd92c 100644
--- a/ares/Makefile.vc6
+++ b/ares/Makefile.vc6
@@ -19,7 +19,7 @@ USE_WATT32 = 0
CC = cl
-CFLAGS = -nologo -$(CFG_MODEL)$(DEBUG_MODEL) -W3 -Yd -Zi
+CFLAGS = -nologo -$(CFG_MODEL)$(DEBUG_MODEL) -W3 -Yd -Zi -Du_int16_t=u_short
LDFLAGS = -machine:i386 -map
OBJ_DIR = VC6_obj
@@ -74,6 +74,7 @@ OBJECTS = $(OBJ_DIR)\ares_fds.obj \
$(OBJ_DIR)\ares_parse_a_reply.obj \
$(OBJ_DIR)\ares_parse_aaaa_reply.obj \
$(OBJ_DIR)\ares_parse_ns_reply.obj \
+ $(OBJ_DIR)\ares_parse_srv_reply.obj \
$(OBJ_DIR)\windows_port.obj \
$(OBJ_DIR)\ares_expand_string.obj \
$(OBJ_DIR)\ares_parse_ptr_reply.obj \