aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.vc6
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-12-11 17:23:18 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-12-11 17:23:18 +0000
commitafab4d888f85059042b5e9b3a5f4605df96c648f (patch)
treee436f6e690c8a105b0ab5e84c00eb84c57b0073f /ares/Makefile.vc6
parentc751dfd65da3c4e0145b8250a801f8151ffe9fcd (diff)
Added build of acountry.exe.
Diffstat (limited to 'ares/Makefile.vc6')
-rw-r--r--ares/Makefile.vc65
1 files changed, 4 insertions, 1 deletions
diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6
index f1d7772d2..8bc8efb59 100644
--- a/ares/Makefile.vc6
+++ b/ares/Makefile.vc6
@@ -76,7 +76,7 @@ OBJECTS = $(OBJ_DIR)\ares_fds.obj \
$(OBJ_DIR)\inet_net_pton.obj \
$(OBJ_DIR)\inet_ntop.obj
-all: $(OBJ_DIR) cares.lib cares.dll cares_imp.lib ahost.exe adig.exe
+all: $(OBJ_DIR) cares.lib cares.dll cares_imp.lib ahost.exe adig.exe acountry.exe
@echo Welcome to c-ares library and examples
$(OBJ_DIR):
@@ -131,6 +131,9 @@ ahost.exe: $(OBJ_DIR) $(OBJ_DIR)\ahost.obj $(OBJ_DIR)\ares_getopt.obj cares_imp.
adig.exe: $(OBJ_DIR) $(OBJ_DIR)\adig.obj $(OBJ_DIR)\ares_getopt.obj cares_imp.lib
link $(LDFLAGS) -out:$@ $(OBJ_DIR)\adig.obj $(OBJ_DIR)\ares_getopt.obj cares_imp.lib $(EX_LIBS)
+acountry.exe: $(OBJ_DIR) $(OBJ_DIR)\acountry.obj $(OBJ_DIR)\ares_getopt.obj cares_imp.lib
+ link $(LDFLAGS) -out:$@ $(OBJ_DIR)\acountry.obj $(OBJ_DIR)\ares_getopt.obj cares_imp.lib $(EX_LIBS)
+
clean:
- del $(OBJ_DIR)\*.obj *.ilk *.pdb *.pbt *.pbi *.pbo *._xe *.map