diff options
author | Yang Tse <yangsita@gmail.com> | 2007-04-16 09:01:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-04-16 09:01:16 +0000 |
commit | 0563a7a9238843b5c4a0338452999c8c26623198 (patch) | |
tree | 211ce60c12203bd52b9b054a77eb60e5f8b4488b /ares/vc/adig | |
parent | 945ba7cb7ed834762400b832d3201d4dbbb8679a (diff) |
ares_getopt() command-line parser function does not belong to actual
c-ares library. It is just a convinience source code helper function
for use in example programs adig.c and ahost.c
Diffstat (limited to 'ares/vc/adig')
-rw-r--r-- | ares/vc/adig/adig.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ares/vc/adig/adig.dsp b/ares/vc/adig/adig.dsp index 38d6d7de5..21cabd578 100644 --- a/ares/vc/adig/adig.dsp +++ b/ares/vc/adig/adig.dsp @@ -89,10 +89,18 @@ LINK32=link.exe SOURCE=..\..\adig.c
# End Source File
+# Begin Source File
+
+SOURCE=..\..\ares_getopt.c
+# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\ares_getopt.h
+# End Source File
# End Group
# Begin Group "Resource Files"
|