From: Gisle Vanem Date: Tue, 11 Dec 2007 17:23:18 +0000 (+0000) Subject: Added build of acountry.exe. X-Git-Tag: curl-7_18_0~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afab4d888f85059042b5e9b3a5f4605df96c648f;p=thirdparty%2Fcurl.git Added build of acountry.exe. --- diff --git a/ares/Makefile.m32 b/ares/Makefile.m32 index 233422e7ca..6cce1c8f19 100644 --- a/ares/Makefile.m32 +++ b/ares/Makefile.m32 @@ -32,7 +32,7 @@ $(LIB): $(OBJLIB) all: $(LIB) demos -demos: adig.exe ahost.exe +demos: adig.exe ahost.exe acountry.exe tags: etags *.[ch] @@ -61,7 +61,7 @@ install: done) clean: - $(RM) ares_getopt.o $(OBJLIB) $(LIB) adig.exe ahost.exe + $(RM) ares_getopt.o $(OBJLIB) $(LIB) adig.exe ahost.exe acountry.exe distclean: clean $(RM) config.cache config.log config.status Makefile diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6 index f1d7772d2d..8bc8efb59e 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