summaryrefslogtreecommitdiff
path: root/Makefile.vc6
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-12-11 15:18:52 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-12-11 15:18:52 +0000
commitde2e08cee17250fbcc71b03d8002ec2b3ef7ef83 (patch)
tree3d0f68ca68a4f37505284e1a72da207fac10ee1a /Makefile.vc6
parent65fc05826e42985a2fcc394c14a1dc0ed434f502 (diff)
downloadc-ares-de2e08cee17250fbcc71b03d8002ec2b3ef7ef83.tar.gz
c-ares-de2e08cee17250fbcc71b03d8002ec2b3ef7ef83.tar.bz2
c-ares-de2e08cee17250fbcc71b03d8002ec2b3ef7ef83.zip
ahost.exe needs getopt.obj.
Diffstat (limited to 'Makefile.vc6')
-rw-r--r--Makefile.vc64
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.vc6 b/Makefile.vc6
index 022e7e2..857e401 100644
--- a/Makefile.vc6
+++ b/Makefile.vc6
@@ -121,8 +121,8 @@ $(DEF_FILE): $(OBJECTS) Makefile.VC6
@echo ares_gettimeofday >> $@
@echo ares_parse_aaaa_reply >> $@
-ahost.exe: $(OBJ_DIR) $(OBJ_DIR)\ahost.obj cares_imp.lib
- link $(LDFLAGS) -out:$@ $(OBJ_DIR)\ahost.obj cares_imp.lib $(EX_LIBS)
+ahost.exe: $(OBJ_DIR) $(OBJ_DIR)\ahost.obj $(OBJ_DIR)\getopt.obj cares_imp.lib
+ link $(LDFLAGS) -out:$@ $(OBJ_DIR)\ahost.obj $(OBJ_DIR)\getopt.obj cares_imp.lib $(EX_LIBS)
adig.exe: $(OBJ_DIR) $(OBJ_DIR)\adig.obj $(OBJ_DIR)\getopt.obj cares_imp.lib
link $(LDFLAGS) -out:$@ $(OBJ_DIR)\adig.obj $(OBJ_DIR)\getopt.obj cares_imp.lib $(EX_LIBS)