diff options
author | Yang Tse <yangsita@gmail.com> | 2008-05-13 15:37:49 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-05-13 15:37:49 +0000 |
commit | 01e81c7e1094a93fddb7593b97fb5721573cf709 (patch) | |
tree | bb12d4bb850aa1c6e1568e922ae91d3f8788e37d | |
parent | 7bf1142ae0dff28c8decc95a4b2e96e0c22c71b5 (diff) |
add MSVC6 project for acountry sample program
-rw-r--r-- | ares/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am index 9beeefe37..22f133574 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -6,7 +6,7 @@ man_MANS = $(MANPAGES) MSVCFILES = vc/adig/adig.dep vc/adig/adig.dsp vc/vc.dsw vc/ahost/ahost.dep \ vc/ahost/ahost.dsp vc/areslib/areslib.dep vc/areslib/areslib.dsp \ - vc/areslib/areslib.dsw + vc/areslib/areslib.dsw vc/acountry/acountry.dsp if DEBUGBUILD PROGS = |