summaryrefslogtreecommitdiff
path: root/Makefile.vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-05-22 16:10:57 +0000
committerYang Tse <yangsita@gmail.com>2008-05-22 16:10:57 +0000
commit9db5e3476aa73a0e3be0780ae4ff5933b9dd7a1c (patch)
tree6870733f5a7c19e77c2e45b9af68ecb6e8951cd3 /Makefile.vc6
parentb7701a257c38cd794349a5fd507f97e0f517516b (diff)
downloadc-ares-9db5e3476aa73a0e3be0780ae4ff5933b9dd7a1c.tar.gz
c-ares-9db5e3476aa73a0e3be0780ae4ff5933b9dd7a1c.tar.bz2
c-ares-9db5e3476aa73a0e3be0780ae4ff5933b9dd7a1c.zip
MSVC6+ clean-up targets must also remove acountry.exe
Diffstat (limited to 'Makefile.vc6')
-rw-r--r--Makefile.vc63
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.vc6 b/Makefile.vc6
index cfa3fad..d9a0f96 100644
--- a/Makefile.vc6
+++ b/Makefile.vc6
@@ -138,7 +138,8 @@ clean:
- del $(OBJ_DIR)\*.obj *.ilk *.pdb *.pbt *.pbi *.pbo *._xe *.map
vclean realclean: clean
- - del $(DEF_FILE) cares.lib cares_imp.* cares.dll ahost.exe adig.exe
+ - del $(DEF_FILE) cares.lib cares_imp.* cares.dll
+ - del ahost.exe adig.exe acountry.exe
- rd $(OBJ_DIR)
.c{$(OBJ_DIR)}.obj: