From f4d9eacfe4c997c4fe372374f194b1a6d24e6c85 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Sat, 5 Sep 2009 12:29:35 +0000 Subject: [PATCH] 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. --- Makefile.vc6 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.vc6 b/Makefile.vc6 index 7fb63d4..0c31bd9 100644 --- a/Makefile.vc6 +++ b/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 \ -- 2.7.4